diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-10 20:42:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-10 20:42:09 -0400 |
| commit | 1ab64fef6e861a2958bbd826f086b8aac7d0c359 (patch) | |
| tree | be4e1c1d035ec9c15ecca6b3bc3303d09d0ea70d /src/client/views/nodes/formattedText/DashFieldView.scss | |
| parent | 75e76f1ec098ea9cbcd76432002da1bb73d74eba (diff) | |
fixed dashfieldviews in text boxes to show ellipsis for long lines and to hide dropdown menu when field is not editable. fixed pasting from pdf's to work and to display the entire text box.
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashFieldView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/DashFieldView.scss b/src/client/views/nodes/formattedText/DashFieldView.scss index 2e2e1d41c..6db8abc7f 100644 --- a/src/client/views/nodes/formattedText/DashFieldView.scss +++ b/src/client/views/nodes/formattedText/DashFieldView.scss @@ -42,6 +42,9 @@ user-select: all; min-width: 100%; display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; } } } |
