Fix tabbedview breakpoint width (#12556)

Which should be 1024 according to the designs, not 768
pull/28217/head
David Baker 2024-05-28 11:59:31 +01:00 committed by GitHub
parent 148a360598
commit e8bb2419c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ limitations under the License.
}
/* Hide the labels on tabs, showing only the icons, on narrow viewports. */
@media (max-width: 768px) {
@media (max-width: 1024px) {
.mx_TabbedView_tabsOnLeft.mx_TabbedView_responsive {
.mx_TabbedView_tabLabel_text {
display: none;