diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-27 11:43:38 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-27 11:43:38 +0530 |
| commit | c041b8f619957d4058c42cca894409418fde54f6 (patch) | |
| tree | c7cbf468b0bbca58883cfa21e18a6841e4f61ab3 /src/client/util/GroupMemberView.scss | |
| parent | 49fcb0f6613344fb62db618c0b466c6155c20eb0 (diff) | |
css changes
Diffstat (limited to 'src/client/util/GroupMemberView.scss')
| -rw-r--r-- | src/client/util/GroupMemberView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/util/GroupMemberView.scss b/src/client/util/GroupMemberView.scss index c609c5c7b..2fc27ed03 100644 --- a/src/client/util/GroupMemberView.scss +++ b/src/client/util/GroupMemberView.scss @@ -41,6 +41,7 @@ margin-top: -5; height: 20; text-overflow: ellipsis; + background: none; &:hover { text-overflow: visible; @@ -72,7 +73,7 @@ .editing-contents { overflow-y: auto; - height: 65%; + height: 62%; width: 100%; color: black; margin-top: -15px; |
