Improve select truncated strings

This commit is contained in:
softsimon 2024-03-21 14:05:44 +09:00
parent 7f2d77a73b
commit 4ce0497048
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -18,11 +18,13 @@
flex-shrink: 1; flex-shrink: 1;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
user-select: none;
} }
.last-four { .last-four {
flex-shrink: 0; flex-shrink: 0;
flex-grow: 0; flex-grow: 0;
user-select: none;
} }
&.inline { &.inline {