Clip long version strings

a58476d0794ed698275076df0de71551da0afdad

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -0Ignore whitespace
public/style.css+7 -0
@@ -2931,6 +2931,13 @@ input[type=search]:focus::-webkit-search-cancel-button {
2931 display: block;2931 display: block;
2932}2932}
29332933
2934.character_name_block .character_version {
2935 text-overflow: ellipsis;
2936 overflow: hidden;
2937 text-wrap: nowrap;
2938 max-width: 50%;
2939}
2940
2934#rm_print_characters_block .character_name_block> :last-child {2941#rm_print_characters_block .character_name_block> :last-child {
2935 flex: 0 100000 auto;2942 flex: 0 100000 auto;
2936 /* Force shrinking first */2943 /* Force shrinking first */