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;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
}
.last-four {
flex-shrink: 0;
flex-grow: 0;
user-select: none;
}
&.inline {