diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-03 15:15:33 -0700 | 
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-03 15:15:33 -0700 | 
| commit | e9737412cb3d60ed76c31c9571e9516518cddd77 (patch) | |
| tree | 407f4a4cbc4947d4057d317dc3a8b7369197c01d /src/client/util/GroupMemberView.scss | |
| parent | 1713f5415294b996e6dbbe9ca45f0f4511c69824 (diff) | |
| parent | ef5dbc6ad8bdb70f3e68d2fc4ace1a483b031add (diff) | |
merge with master
Diffstat (limited to 'src/client/util/GroupMemberView.scss')
| -rw-r--r-- | src/client/util/GroupMemberView.scss | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/client/util/GroupMemberView.scss b/src/client/util/GroupMemberView.scss index c609c5c7b..2eb164988 100644 --- a/src/client/util/GroupMemberView.scss +++ b/src/client/util/GroupMemberView.scss @@ -41,9 +41,10 @@              margin-top: -5;              height: 20;              text-overflow: ellipsis; +            background: none;              &:hover { -                text-overflow: visible; +                text-overflow: unset;                  overflow-x: auto;              }          } @@ -72,7 +73,7 @@      .editing-contents {          overflow-y: auto; -        height: 65%; +        height: 62%;          width: 100%;          color: black;          margin-top: -15px; | 
