From 30928b9bd3a90a04f5735e0ffbf92d0f74ad5d7d Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 9 Feb 2021 19:57:29 -0500 Subject: cleanup of formattedtextboxcomment and linkDocPreview --- .../views/nodes/formattedText/FormattedTextBoxComment.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.scss') 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; -- cgit v1.2.3-70-g09d2