From 8f45172cae2dc0987209eb101fc4e88b34e7b867 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 2 Aug 2015 04:42:25 -0700 Subject: [PATCH] Fix filename pushing buttons out of the container in Edge. --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index bf492ce10..c57a96bf0 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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;