prevent grid item from growing to max content height

This commit is contained in:
Bruno Windels 2020-10-07 17:59:40 +02:00
parent bd959bc147
commit c80c369c42

View file

@ -101,6 +101,7 @@ html {
.RoomGridView > div {
display: flex;
min-width: 0;
min-height: 0;
grid-column: var(--column);
grid-row: var(--row);
}