revert 658249b90c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
revert update row grid size
This commit is contained in:
parent
658249b90c
commit
f375886b5b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1.5cm;
|
grid-template-columns: 1fr 1cm;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 1.5cm;
|
min-height: 1.5cm;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue