Fall back gracefully if flex-wrap is not supported.
This commit is contained in:
parent
0d96bccbff
commit
1b32b28df7
@ -1621,6 +1621,8 @@ input[type="checkbox"]:checked ~ .checkbox-letter {
|
|||||||
transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
|
transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
-webkit-flex: none;
|
||||||
|
flex: none;
|
||||||
}
|
}
|
||||||
.qr-preview:hover,
|
.qr-preview:hover,
|
||||||
.qr-preview:focus {
|
.qr-preview:focus {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user