mirror of https://github.com/bastienwirtz/homer
Merge pull request #271 from Sharknoon/main
Fixed the height of the Dashboard Title in case of a long stringpull/277/head
commit
33d60aa76a
|
@ -106,7 +106,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-line {
|
.first-line {
|
||||||
height: 100px;
|
min-height: 100px;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
background-color: var(--highlight-primary);
|
background-color: var(--highlight-primary);
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 80px;
|
min-height: 80px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue