Prevent 'No selected file' from wrapping to two lines.

This commit is contained in:
ccd0 2015-10-26 11:58:29 -07:00
parent 882725181a
commit 1e45c33be6

View File

@ -1411,6 +1411,7 @@ input#qr-filename {
padding-left: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#qr-no-file {
color: #AAA;