mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 21:56:10 +00:00
fix: prevent horizontal overflow on Look and Feel page, p=#10980
This commit is contained in:
@@ -544,6 +544,12 @@ groupbox h2 {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1320px) {
|
||||
#zenLayoutList {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
/* Disable mozilla's settings */
|
||||
|
||||
#dataCollectionCategory,
|
||||
|
||||
Reference in New Issue
Block a user