]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #271 from Sharknoon/main
authorBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 13 Sep 2021 19:57:58 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 19:57:58 +0000 (12:57 -0700)
Fixed the height of the Dashboard Title in case of a long string

src/assets/app.scss

index bdbe44121d8279270dac13392fcc4632fef9c377..f2dfb37e4f8f9798c3e6c92889a0f0edae4c83d3 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;
       }