aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/EditableView.scss')
-rw-r--r--src/client/views/EditableView.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss
index ed7ec9dc1..0955ba8ff 100644
--- a/src/client/views/EditableView.scss
+++ b/src/client/views/EditableView.scss
@@ -10,12 +10,14 @@
.editableView-container-editing-oneLine {
width: 100%;
+ height: max-content;
span {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: block;
+ p {
+ white-space: pre;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
}
input {
@@ -33,4 +35,3 @@
border: none;
outline: none;
}
- \ No newline at end of file