UI: Update position of show-controls label to avoid line breaks due to font size (#5256)
This commit is contained in:
parent
7916cf863b
commit
3fef37cda8
1 changed files with 4 additions and 1 deletions
|
@ -490,7 +490,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
#show-controls label {
|
#show-controls label {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(100% - 168px);
|
right: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#show-controls span {
|
#show-controls span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue