mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
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
@ -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…
Reference in New Issue
Block a user