diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-25 16:44:47 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-25 16:44:47 +0530 |
commit | 5b95cf139f88badb99e2852c8201a950f8771602 (patch) | |
tree | 05aae88a571946cba71cc8efd0854dc092c5c739 /src | |
parent | d64e80bcff5394da469c6bbdf8709e172b8936bb (diff) |
more css
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/PropertiesView.scss | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index e5f9e0417..47d8aacea 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -246,15 +246,20 @@ } } - .expansion-button-icon { - width: 11px; - height: 11px; - color: black; - margin-left: 27px; + .expansion-button { + margin-left: -22.5; + margin: 3; - &:hover { - color: rgb(131, 131, 131); - cursor: pointer; + .expansion-button-icon { + width: 11px; + height: 11px; + color: black; + margin-left: 27px; + + &:hover { + color: rgb(131, 131, 131); + cursor: pointer; + } } } @@ -305,9 +310,9 @@ .permissions-select { border: none; background-color: inherit; - width: 75px; - //text-align: justify; // for Edge - //text-align-last: end; + width: 87px; + text-align: justify; // for Edge + text-align-last: end; &:hover { cursor: pointer; |