1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
2020-08-07 10:58:48 -05:00

9 lines
125 B
SCSS

.readonly-input {
&__input {
direction: ltr;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
}