Merge pull request #271 from Sharknoon/main

Fixed the height of the Dashboard Title in case of a long string
This commit is contained in:
Bastien Wirtz 2021-09-13 12:57:58 -07:00 committed by GitHub
commit 33d60aa76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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;
}