mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
7 lines
114 B
SCSS
7 lines
114 B
SCSS
.currentAccountEmail {
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
line-height: 1.2;
|
|
}
|