From 06ee7ee67cfb1082f5948ede11372bd07de62467 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 20 Jul 2022 12:07:03 +0200 Subject: [PATCH] line height --- frontend/src/styles/test.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 5edd615fe..9b5e95772 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -561,6 +561,7 @@ color: var(--bg-color); padding: 0.1rem 0.5rem; white-space: nowrap; + line-height: 0.75rem; } .box:nth-child(1) { background: var(--colorful-error-color);