...in case the text gets to big, don't wrap to new line. Instead just cut it.
This commit is contained in:
parent
7fc574cc53
commit
45aa28c139
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,8 @@
|
|||
font-weight: bold;
|
||||
top: 6px;
|
||||
opacity: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#uploadprogressbar .label.inner {
|
||||
color:white;
|
||||
|
@ -92,6 +94,8 @@
|
|||
text-align: center;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#uploadprogressbar .desktop {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue