mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
10 lines
165 B
SCSS
10 lines
165 B
SCSS
|
.custody-label {
|
||
|
z-index: 1;
|
||
|
letter-spacing: 0.5px;
|
||
|
white-space: nowrap;
|
||
|
max-width: 80px;
|
||
|
text-overflow: ellipsis;
|
||
|
overflow: hidden;
|
||
|
display: block;
|
||
|
}
|