diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-06 12:11:23 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-06 12:11:23 -0400 |
| commit | 530294ae0b4721f07ddbfdd584ed91ff07cdc5e3 (patch) | |
| tree | 1e822db593a9340e83f7cd3fda62cebc9eea723e /src/client/views/PropertiesView.scss | |
| parent | 0717311c89ad1dc98233623f223bf784f362115a (diff) | |
added undo for removing dashboards and add to recently closed. fixed link menu to open up link editor more direclty
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index b116a622c..510defce4 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -26,6 +26,12 @@ display: flex; flex-direction: row; } + .propertiesView-titleExtender { + text-overflow: ellipsis; + max-width: 100%; + white-space: pre; + overflow: hidden; + } overflow-x: hidden; overflow-y: auto; |
