Fix QR resizing bug in Chrome. #1516
This commit is contained in:
parent
b3dcea4778
commit
974873e0c0
@ -1602,7 +1602,7 @@ input.field.tripped:not(:hover):not(:focus) {
|
|||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
#qr textarea {
|
#qr textarea {
|
||||||
min-width: 100%;
|
min-width: 300px;
|
||||||
resize: both;
|
resize: both;
|
||||||
}
|
}
|
||||||
.field {
|
.field {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user