mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
Clip long version strings
This commit is contained in:
parent
35ab677ff1
commit
a58476d079
@ -2931,6 +2931,13 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.character_name_block .character_version {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-wrap: nowrap;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#rm_print_characters_block .character_name_block> :last-child {
|
||||
flex: 0 100000 auto;
|
||||
/* Force shrinking first */
|
||||
|
Loading…
x
Reference in New Issue
Block a user