diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2024-03-10 14:07:08 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2024-03-10 14:07:08 -0400 |
commit | e8734362d2a0981cdbeafbcaac3dadcc0a3f123a (patch) | |
tree | fe0e8a22eb4610cbc3e814634856d99bfc5e3299 /src | |
parent | 68d017fdfb3b2592a61718de8edbdde09335cb55 (diff) |
properties view sharing owner ui cleanup
Diffstat (limited to 'src')
-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; |