diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
| commit | 2d6307f6eaa0803aefabae9e9232506611365b66 (patch) | |
| tree | 7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/views/EditableView.scss | |
| parent | b91057d00512446339e48fb8488a97a1e5ef03d5 (diff) | |
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'src/client/views/EditableView.scss')
| -rw-r--r-- | src/client/views/EditableView.scss | 9 |
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; } - |
