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 {
|
tr {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
.mat-column-id{
|
.mat-column-id{
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
|
@ -39,8 +40,7 @@
|
||||||
td.mat-column-actions{
|
td.mat-column-actions{
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0;
|
padding: 0.25rem 0;
|
||||||
padding-top: 0.25rem;
|
|
||||||
align-items: start;
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue