mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-19 12:01:52 +00:00
fix(calendar): apply grid-auto-rows 1fr for equal row height
This commit is contained in:
parent
a3a7e14d15
commit
f2c7382729
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(7, 1fr);
|
grid-template-columns: repeat(7, 1fr);
|
||||||
gap: 1px;
|
gap: 1px;
|
||||||
|
grid-auto-rows: 1fr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue