Skip to content

Commit 0dbfca8

Browse files
authored
fix: prevent horizontal overflow on Look and Feel page, p=#10980
1 parent 460f255 commit 0dbfca8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/browser/themes/shared/preferences/zen-preferences.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,12 @@ groupbox h2 {
544544
}
545545
}
546546

547+
@media (max-width: 1320px) {
548+
#zenLayoutList {
549+
flex-wrap: wrap;
550+
}
551+
}
552+
547553
/* Disable mozilla's settings */
548554

549555
#dataCollectionCategory,

0 commit comments

Comments
 (0)