allow propertyrow to grow higher than 1.5cm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d7fd5f0491
commit
4159298574
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ h1 {margin-top: 3vh;}
|
|||
.propertyrow {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
height: 1.5cm;
|
||||
min-height: 1.5cm;
|
||||
}
|
||||
|
||||
.propertyrow-property {
|
||||
|
|
Loading…
Reference in a new issue