diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-12 16:58:01 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-12 16:58:03 +0100 |
commit | eb7c7a517902eae425b05d1ca9cb7f99f76ee71f (patch) | |
tree | 8fe379865fe1331616e8625ef4f6f488f1431536 /client/src/sass/application.scss | |
parent | 2779f29a66df9ad6fb162cfc9563e98fd137e223 (diff) | |
download | PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.tar.gz PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.tar.zst PeerTube-eb7c7a517902eae425b05d1ca9cb7f99f76ee71f.zip |
Fix user dropdown menu with long texts
closes #2480
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index fa2452231..995cc6025 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -220,6 +220,15 @@ table { | |||
220 | font-weight: $font-semibold; | 220 | font-weight: $font-semibold; |
221 | } | 221 | } |
222 | 222 | ||
223 | .dropdown-item { | ||
224 | @include dropdown-with-icon-item; | ||
225 | |||
226 | my-global-icon { | ||
227 | width: 22px; | ||
228 | height: 22px; | ||
229 | } | ||
230 | } | ||
231 | |||
223 | @media screen and (max-width: 1600px) { | 232 | @media screen and (max-width: 1600px) { |
224 | .main-col { | 233 | .main-col { |
225 | &.expanded { | 234 | &.expanded { |