Prevent 'No selected file' from wrapping to two lines.
This commit is contained in:
parent
882725181a
commit
1e45c33be6
@ -1411,6 +1411,7 @@ input#qr-filename {
|
|||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#qr-no-file {
|
#qr-no-file {
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user