diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-15 22:26:42 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-15 22:26:42 -0400 |
| commit | 52b8410f14c4e522b0d7bbdbfb64d8fdbd5c3023 (patch) | |
| tree | ef63d56535127651bd00ae349975f5296acf28ae /src/client/views/EditableView.scss | |
| parent | 04b650dee835be1a4446a2499b8acd525b92daf9 (diff) | |
columheader editing working!! (kinda hacky using readonly input revisit)
Diffstat (limited to 'src/client/views/EditableView.scss')
| -rw-r--r-- | src/client/views/EditableView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss index 27b260450..e492068c8 100644 --- a/src/client/views/EditableView.scss +++ b/src/client/views/EditableView.scss @@ -5,6 +5,7 @@ hyphens: auto; overflow: hidden; height: 100%; + width: 100%; min-width: 20; text-overflow: ellipsis; } @@ -33,6 +34,8 @@ pointer-events: all; } + + .editableView-input:focus { border: none; outline: none; |
