diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:29:37 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:29:37 +0530 |
| commit | a61c116e9028c2778b5c48cd596f9cb00d80d0f6 (patch) | |
| tree | c643e65b662b8ff81e5a97860fdc4d093e7f84f9 /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | 8b963a68f3e14046679bb2037f0970b017ddcb05 (diff) | |
ui and other minor changes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index 4ccc0950b..4917b7822 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -126,7 +126,7 @@ padding-left: 2px; padding-right: 2px; margin-top: 2px; - margin-right: 3px; + margin-left: 3px; .notify-button-icon { width: 6px; @@ -166,18 +166,25 @@ display: flex; padding: 3px; - + align-items: center; border-bottom: 0.5px solid grey; + &:hover .propertiesView-sharingTable-item-name { + overflow-x: unset; + white-space: unset; + overflow-wrap: break-word; + } + .propertiesView-sharingTable-item-name { font-weight: bold; width: 80px; overflow-x: hidden; display: inline-block; + text-overflow: ellipsis; + white-space: nowrap; } .propertiesView-sharingTable-item-permission { - display: flex; .permissions-select { @@ -185,6 +192,8 @@ border: none; background-color: inherit; width: 75px; + text-align: justify; // for Edge + text-align-last: end; &:hover { cursor: pointer; |
