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