Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 7c745fb

Browse files
authored
Lowering min width for cutoff issues in mobile (#19375)
Closes #19033
1 parent e3b91ff commit 7c745fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/pages/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
font-family: 'Lucida Grande', 'Segoe UI', Tahoma, 'DejaVu Sans', Arial, sans-serif;
1313
margin: 0;
1414
max-width: 400px;
15-
min-width: 380px;
15+
min-width: 360px;
1616
}
1717

1818
header {

0 commit comments

Comments
 (0)