From cf2dff4c84e3d822c8bf9852573f7cd650e08b58 Mon Sep 17 00:00:00 2001 From: Melanie Retter Date: Tue, 7 Mar 2017 12:36:14 +0100 Subject: [PATCH] Correct the position of a style line (#450) Signed-off-by: Melanie Retter --- .../resources/VAADIN/themes/hawkbit/customstyles/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss index 7cddd1063..db74d112b 100644 --- a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss +++ b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss @@ -74,7 +74,7 @@ border-bottom: $app-header-border-bottom; font-size: 42px; font-weight: bold; - height: 10px; + height: 32px; line-height: 50px; padding-bottom: 5px; padding-left: 15px;