From 1e45c33be669a33653f46915ebb198107f568b68 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 26 Oct 2015 11:58:29 -0700 Subject: [PATCH] Prevent 'No selected file' from wrapping to two lines. --- 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 f953211ec..49ad8bcb7 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1411,6 +1411,7 @@ input#qr-filename { padding-left: 3px; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } #qr-no-file { color: #AAA;