Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAlexander Schau <alexander@schau.email>2020-05-06 21:53:20 +0300
committerAlexander Schau <alexander@schau.email>2020-05-06 21:53:20 +0300
commit00e526ba11b187efcd17e4d3c2b7148f8c815ab7 (patch)
treeaedbc49da262ebde9c21b196623539862ff38182 /css
parent8b5d8f623c81e1c6312d5cc2afc7aa5db4a1d20a (diff)
fix issue #733
Signed-off-by: Alexander Schau <alexander@schau.email>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 3824765ec..15401adfc 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -59,6 +59,7 @@ div.ProseMirror {
label {
display: block;
flex-grow: 1;
+ max-width: calc(100% - 28px);
> *:first-child {
margin-top: 0;
}