From 57d06414c1313492bb3a596e6e774031c7c5649b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 26 Dec 2021 22:49:41 +0100 Subject: [PATCH] fix styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/directory.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/directory.scss b/app/styles/components/directory.scss index 4749eef99..80fe759cb 100644 --- a/app/styles/components/directory.scss +++ b/app/styles/components/directory.scss @@ -104,7 +104,7 @@ text-overflow: ellipsis; } - span { + span:not(.verified-icon) { display: block; font-size: 14px; color: var(--primary-text-color--faint);