fix: prevent horizontal overflow on Look and Feel page, p=#10980

This commit is contained in:
Ryosuke
2025-10-24 02:00:33 +09:00
committed by GitHub
parent 460f255fd4
commit 0dbfca8c29

View File

@@ -544,6 +544,12 @@ groupbox h2 {
}
}
@media (max-width: 1320px) {
#zenLayoutList {
flex-wrap: wrap;
}
}
/* Disable mozilla's settings */
#dataCollectionCategory,