diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:00:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:23:45 +0100 |
commit | 420a6043cc579d6fc342adcfe8107daf51664761 (patch) | |
tree | 2ef9bb00d02c3a71df79ef51137c3fbb2f31d448 /client/src/app/menu/menu.component.scss | |
parent | 15825ef18d3b2bb74f4e613496cf3e2921a87389 (diff) | |
download | PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.gz PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.zst PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.zip |
Fix buttons CSS
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 4b1ed65ce..a51686601 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -252,6 +252,8 @@ my-actor-avatar { | |||
252 | 252 | ||
253 | > a, | 253 | > a, |
254 | > my-login-link { | 254 | > my-login-link { |
255 | @include ellipsis; | ||
256 | |||
255 | display: block; | 257 | display: block; |
256 | width: 100%; | 258 | width: 100%; |
257 | 259 | ||