From: Josua Frank Date: Thu, 9 Sep 2021 14:14:49 +0000 (+0200) Subject: Update app.scss X-Git-Tag: v21.09.1~3^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=6c834c24b6602a5cede127c264adc7a4a4505171;p=github%2Fbastienwirtz%2Fhomer.git Update app.scss Fixed the height of the header in case of a longer dashboard title --- diff --git a/src/assets/app.scss b/src/assets/app.scss index 6bb5068..963d1b0 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss @@ -106,7 +106,7 @@ body { } .first-line { - height: 100px; + min-height: 100px; vertical-align: center; background-color: var(--highlight-primary); @@ -121,7 +121,7 @@ body { } .container { - height: 80px; + min-height: 80px; padding: 10px 0; }