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.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss
index fa4542ac4..333939d03 100644
--- a/src/client/views/EditableView.scss
+++ b/src/client/views/EditableView.scss
@@ -6,14 +6,14 @@
overflow-y: auto;
height: 100%;
width: 100%;
- min-width: 20;
+ min-width: 20px;
text-overflow: ellipsis;
- -ms-overflow-style: none;
- scrollbar-width: none;
+ -ms-overflow-style: none;
+ scrollbar-width: none;
}
.editableView-container-editing::-webkit-scrollbar {
- display: none;
+ display: none;
}
.editableView-container-editing-oneLine {
@@ -44,4 +44,3 @@
border: none;
outline: none;
}
-