Clip long version strings

This commit is contained in:
Cohee 2025-01-26 20:15:32 +02:00
parent 35ab677ff1
commit a58476d079

View File

@ -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 */