]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update app.scss 271/head
authorJosua Frank <frank.josua@gmail.com>
Thu, 9 Sep 2021 14:14:49 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 14:14:49 +0000 (16:14 +0200)
Fixed the height of the header in case of a longer dashboard title

src/assets/app.scss

index 6bb50686259aa06ab029156b3af72abcde01dae7..963d1b02540dbb88c7917a616e3eaa5c6ed687ae 100644 (file)
@@ -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;
       }