Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e8bb241

Browse files
authored
Fix tabbedview breakpoint width (#12556)
Which should be 1024 according to the designs, not 768
1 parent 148a360 commit e8bb241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/structures/_TabbedView.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ limitations under the License.
167167
}
168168

169169
/* Hide the labels on tabs, showing only the icons, on narrow viewports. */
170-
@media (max-width: 768px) {
170+
@media (max-width: 1024px) {
171171
.mx_TabbedView_tabsOnLeft.mx_TabbedView_responsive {
172172
.mx_TabbedView_tabLabel_text {
173173
display: none;

0 commit comments

Comments
 (0)