Improve dashboard title alignment

- align dashboard name and headline with each other
- add left padding for dashboard title to align it with main container
pull/937/head
Aleksey Petrunnik 2025-05-24 14:32:36 +03:00
parent c230392da8
commit 0f11dcb82a
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@
.dashboard-title {
padding-top: 6px;
padding-left: 12px;
}
.first-line {
@ -113,6 +114,7 @@
h1 {
margin-top: -12px;
margin-left: -2px;
font-size: 2rem;
}