pleroma/app/styles/components/display-name.scss

17 lines
225 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
}
.display-name__account {
font-size: 14px;
}