UX: Ensure bottom of usernames/names are never cut off
This commit is contained in:
parent
18284b9a2e
commit
83ff23c98e
|
@ -107,6 +107,7 @@
|
|||
font-size: $font-down-1;
|
||||
grid-area: names;
|
||||
overflow: hidden;
|
||||
line-height: normal;
|
||||
}
|
||||
.assign-name {
|
||||
@include ellipsis;
|
||||
|
|
Loading…
Reference in New Issue