Fix: Dashboard Skill Spacing
All checks were successful
Quality Check / Linting (push) Successful in 25s
All checks were successful
Quality Check / Linting (push) Successful in 25s
This commit is contained in:
parent
a87d420f6d
commit
28bb4e220e
1 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
tr {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
.mat-column-id{
|
||||
width: 4rem;
|
||||
|
@ -39,8 +40,7 @@
|
|||
td.mat-column-actions{
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
padding: 0;
|
||||
padding-top: 0.25rem;
|
||||
padding: 0.25rem 0;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue