Fix filename pushing buttons out of the container in Edge.
This commit is contained in:
parent
140e973e71
commit
8f45172cae
@ -1361,6 +1361,7 @@ input#qr-filename {
|
||||
.has-file #qr-filename {
|
||||
-webkit-flex: 1 1 auto;
|
||||
flex: 1 1 auto;
|
||||
width: 0px; /* XXX Fixes filename not shrinking to allow space for buttons in Edge */
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
padding-left: 3px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user