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