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;
|
font-size: $font-down-1;
|
||||||
grid-area: names;
|
grid-area: names;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
.assign-name {
|
.assign-name {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
|
|
Loading…
Reference in New Issue