aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-23 15:23:43 +0200
committerChocobozzz <me@florianbigard.com>2021-07-23 15:23:43 +0200
commitc4fa01f7c45b66b112ebd08abce744b7c4041feb (patch)
treec405df2bfd904a2b26c7fe5673bb799bb6bad42a /client/src
parentfea11cf25cc584167862083d2879694766ced7fa (diff)
parentc1936140b9b61f44f53d05c7ef55cb5701a3f4e7 (diff)
downloadPeerTube-c4fa01f7c45b66b112ebd08abce744b7c4041feb.tar.gz
PeerTube-c4fa01f7c45b66b112ebd08abce744b7c4041feb.tar.zst
PeerTube-c4fa01f7c45b66b112ebd08abce744b7c4041feb.zip
Merge branch 'release/3.3.0' into develop
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/menu/menu.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index aad7fd5da..f0919ed28 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -114,8 +114,8 @@ my-notification {
114 display: inherit !important; 114 display: inherit !important;
115 } 115 }
116 116
117 .dropdown-toggle:first-child { 117 .dropdown-toggle {
118 @include padding-left(30px !important); 118 max-width: 88% !important;
119 } 119 }
120 } 120 }
121 } 121 }