feat: Comment resolving (#7115)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
* Class names and values used by the editor.
|
||||
*/
|
||||
export class EditorStyleHelper {
|
||||
// Comments
|
||||
|
||||
static readonly comment = "comment-marker";
|
||||
|
||||
// Tables
|
||||
|
||||
/** Table wrapper */
|
||||
@@ -34,6 +38,8 @@ export class EditorStyleHelper {
|
||||
/** Shadow on the left side of the table */
|
||||
static readonly tableShadowLeft = "table-shadow-left";
|
||||
|
||||
// Global
|
||||
|
||||
/** Minimum padding around editor */
|
||||
static readonly padding = 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user