1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/components/app/flask/snap-content-footer/index.scss
2023-02-24 12:52:11 -06:00

9 lines
135 B
SCSS

.snap-content-footer {
.button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100px;
}
}