Specify width for newer versions of Chromium Fixes #639
This commit is contained in:
parent
ddc6e79af6
commit
ab688368e1
|
@ -16,6 +16,7 @@ body {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
min-width: 480px;
|
min-width: 480px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-moz-appearance:none) {
|
@supports (-moz-appearance:none) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user