Fix filename pushing buttons out of the container in Edge.

This commit is contained in:
ccd0 2015-08-02 04:42:25 -07:00
parent 140e973e71
commit 8f45172cae

View File

@ -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;