Fix QR resizing bug in Chrome. #1516

This commit is contained in:
ccd0 2017-10-02 13:31:27 -07:00
parent b3dcea4778
commit 974873e0c0

View File

@ -1602,7 +1602,7 @@ input.field.tripped:not(:hover):not(:focus) {
text-shadow: none !important;
}
#qr textarea {
min-width: 100%;
min-width: 300px;
resize: both;
}
.field {