mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Tooltip Max Width Adjustment
This commit is contained in:
@@ -1902,7 +1902,8 @@ body {
|
|||||||
.tooltip-standard {
|
.tooltip-standard {
|
||||||
border: 3px ridge grey;
|
border: 3px ridge grey;
|
||||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
max-width: min-context;
|
width: min-context;
|
||||||
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-context-token {
|
.tooltip-context-token {
|
||||||
|
Reference in New Issue
Block a user