UX: fix "More" menu at small tablet width (#23616)

This commit is contained in:
Kris 2023-09-15 17:21:24 -04:00 committed by GitHub
parent d93c2cb3d2
commit ebe68e15fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -60,4 +60,11 @@
.sidebar-more-section-links-details { .sidebar-more-section-links-details {
position: relative; position: relative;
@include breakpoint(tablet) {
grid-column-start: 1;
grid-column-end: 3;
.sidebar-more-section-links-details-content-main {
gap: 0 1em;
}
}
} }