allow propertyrow to grow higher than 1.5cm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-29 00:39:02 +07:00
parent d7fd5f0491
commit 4159298574

View file

@ -193,7 +193,7 @@ h1 {margin-top: 3vh;}
.propertyrow { .propertyrow {
display: grid; display: grid;
align-items: center; align-items: center;
height: 1.5cm; min-height: 1.5cm;
} }
.propertyrow-property { .propertyrow-property {