From 83ff23c98ec8d5edcb3090093c4025db1d618ef0 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 13 Aug 2020 17:00:50 +0100 Subject: [PATCH] UX: Ensure bottom of usernames/names are never cut off --- assets/stylesheets/assigns.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/assigns.scss b/assets/stylesheets/assigns.scss index 55c2017..3417b48 100644 --- a/assets/stylesheets/assigns.scss +++ b/assets/stylesheets/assigns.scss @@ -107,6 +107,7 @@ font-size: $font-down-1; grid-area: names; overflow: hidden; + line-height: normal; } .assign-name { @include ellipsis;