diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-24 19:09:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-24 19:09:38 -0400 |
| commit | b9825ff743ea853139a4072ce871d36d00227c4b (patch) | |
| tree | 01ba5f2a9341bd183284dddc06c06333bdae59fe /src/client/views/PropertiesView.scss | |
| parent | b1376d401e709515cee078cc08b05fd3fb89caeb (diff) | |
| parent | bb5a5f086fc3d93051106f12398f3889d570d225 (diff) | |
mereged sarah-dataViz-ai
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 8581bdf73..476b46905 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -227,14 +227,15 @@ font-weight: bold; width: 95px; overflow-x: hidden; - display: inline-block; text-overflow: ellipsis; white-space: nowrap; + display: flex; + align-items: center; } .propertiesView-sharingTable-item-permission { display: flex; - align-items: flex-end; + align-items: center; text-align: right; margin-left: auto; margin-right: -12px; |
