UX: Ensure bottom of usernames/names are never cut off

This commit is contained in:
David Taylor 2020-08-13 17:00:50 +01:00
parent 18284b9a2e
commit 83ff23c98e
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
font-size: $font-down-1;
grid-area: names;
overflow: hidden;
line-height: normal;
}
.assign-name {
@include ellipsis;