mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 11:08:10 +00:00
Replace deprecated @-moz-document with @supports for the Firefox column break fix
Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
&-corner { visibility : hidden; }
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
@supports (break-after:always) {
|
||||
.columnSplit {
|
||||
margin-bottom: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user