diff options
author | bobzel <zzzman@gmail.com> | 2021-02-09 19:57:29 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-09 19:57:29 -0500 |
commit | 30928b9bd3a90a04f5735e0ffbf92d0f74ad5d7d (patch) | |
tree | 1733c926432d5316f389adea3017aba7c5b06606 /src/client/views/nodes/formattedText/FormattedTextBoxComment.scss | |
parent | 5fd9ffcc2bb62faa664f33a817ae1fd51c36ef98 (diff) |
cleanup of formattedtextboxcomment and linkDocPreview
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.scss')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBoxComment.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss index 3251319b9..55b8446e9 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss @@ -1,4 +1,4 @@ -.FormattedTextBox-tooltip { +.formattedTextBox-tooltip { position: absolute; pointer-events: all; height: 100%; @@ -14,9 +14,13 @@ max-width: 400; max-height: 235; height:max-content; + .formattedTextBox-tooltipText { + height: max-content; + text-overflow: ellipsis; + } } -.FormattedTextBox-tooltip:before { +.formattedTextBox-tooltip:before { content: ""; height: 0; width: 0; @@ -29,7 +33,7 @@ border-top-color: silver; } -.FormattedTextBox-tooltip:after { +.formattedTextBox-tooltip:after { content: ""; height: 0; width: 0; |