DEV: Ensure experimental user menu tabs don't go off screen (#18117)

This commit is contained in:
Osama Sayegh 2022-08-29 05:29:21 +03:00 committed by GitHub
parent 3e318e10fd
commit 9a30e4929d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@
padding: 0.75em;
justify-content: space-between;
box-sizing: border-box;
min-width: 0; // makes sure menu tabs don't go off screen
.double-user,
.multi-user {