mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Improve select truncated strings
This commit is contained in:
parent
7f2d77a73b
commit
4ce0497048
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue