userChrome/tabmenu: fix width for long titles (MR 19)

This commit is contained in:
Oliver Smith 2021-11-28 00:03:49 +01:00
parent e7571365c1
commit 4cc9e5f07a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -58,4 +58,9 @@
height: calc(100vh - 100px) !important;
max-height: calc(100vh - 100px) !important;
}
#allTabsMenu-allTabsViewTabs {
/* Make sure tabs with long titles don't exceed the all tabs menu */
max-width: calc(100vw - 20px);
}
}