forked from mystiq/hydrogen-web
prevent grid item from growing to max content height
This commit is contained in:
parent
bd959bc147
commit
c80c369c42
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ html {
|
|||
.RoomGridView > div {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
grid-column: var(--column);
|
||||
grid-row: var(--row);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue