mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
extend Realtime Row's height
This commit is contained in:
parent
a56b24ebb4
commit
fcb2b88785
1 changed files with 2 additions and 2 deletions
|
|
@ -11,14 +11,14 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
line-height: 50px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
height: 50px;
|
||||
border-bottom: 1px solid var(--gray300);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue