From 87d60ac76b77e96c6cf825f8e6691719397b1967 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 13 Oct 2020 19:02:22 +0200 Subject: [PATCH] fix: css issue on project/circles --- src/styles/base/user-thumb.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/base/user-thumb.scss b/src/styles/base/user-thumb.scss index 4fbe50e..569678f 100644 --- a/src/styles/base/user-thumb.scss +++ b/src/styles/base/user-thumb.scss @@ -90,6 +90,7 @@ solid-multiple[name="user.communities"] { text-overflow: ellipsis; white-space: nowrap; width: calc(50% - 22px - 0.5rem); + line-height: 22px; } @include mdi('atom');