mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-08-03 21:22:54 +00:00
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:
commit
33d60aa76a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue