bigbuffet-rw/app/styles/components/display-name.scss

19 lines
265 B
SCSS
Raw Normal View History

2020-06-02 19:11:01 -07:00
.display-name {
display: block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
bdi {
min-width: 0;
}
2020-06-02 19:11:01 -07:00
&__account {
position: relative;
font-weight: 600;
font-size: 14px;
}
2020-06-02 19:11:01 -07:00
}