diff --git a/frontend/index.css b/frontend/index.css index 8e400bfc3..74cb2ec44 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -80,4 +80,16 @@ button { border-radius: 5px; margin-top: 5px; overflow: auto; +} + +/* EditableText*/ +/* Style for spans with text content */ +.editable-text-span { + border: 1px solid #000; +} + +/* Style for empty spans with padding */ +.editable-text-span:empty { + padding-left: 10px; + padding-right: 10px; } \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 2c3ffdaa9..99e288d70 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,14 +19,16 @@