]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/list-overflow.component.scss
Replace glyphicon chevron
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / list-overflow.component.scss
index 19c055fd36d1f9fe3c1fb67b2fb48a17faf69985..b064185683a1a8eae348ab948e4704dc16c70ea6 100644 (file)
@@ -7,6 +7,9 @@
 
 .list-overflow-parent {
   overflow: hidden;
+  display: flex;
+  // For the menu icon
+  max-width: calc(100vw - 30px);
 }
 
 .list-overflow-menu {