From ede469975f22bbb97508b6ac2b44b3644eff4f02 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 30 Nov 2022 10:11:24 +0100 Subject: [PATCH] Fix line height and cut text. --- frontend/src/app/theme/_vars.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/theme/_vars.scss b/frontend/src/app/theme/_vars.scss index 80e35983c..a0e539205 100644 --- a/frontend/src/app/theme/_vars.scss +++ b/frontend/src/app/theme/_vars.scss @@ -78,14 +78,16 @@ $panel-sidebar: 3.75rem; $font-small: 85%; $font-smallest: 80%; +$headings-line-height: 1.3; + $btn-disabled-color: inherit; $btn-disabled-bg: inherit; $btn-disabled-border-color: inherit; -$history-dot-size: 10px; -$history-dot-offset-x: -($history-dot-size * .5 + 1px); -$history-dot-sm-size: 6px; -$history-dot-sm-offset-x: -($history-dot-sm-size * .5 + 1px); +$history-dot-size: 10px; +$history-dot-offset-x: -($history-dot-size * .5 + 1px); +$history-dot-sm-size: 6px; +$history-dot-sm-offset-x: -($history-dot-sm-size * .5 + 1px); $asset-width: 14.5rem; $asset-folder-height: 4rem;