mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Align Table values to top
This commit is contained in:
parent
75432f62b8
commit
f34fb0e4bd
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,11 @@ th, td {
|
|||
padding: 0.5rem;
|
||||
border: 0.125rem solid var(--cl-bg-el);
|
||||
}
|
||||
th > *{
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
th>* {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue