mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
f95320d03e
* Started adding styles imports with code fences * FIxed prettier issues * removed fences since they dont do anything * Update ui/components/ui/ui-components.scss Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> --------- Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net> Co-authored-by: António Regadas <apregadas@gmail.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
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;
|
|
}
|