mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +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;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
gap: 1px;
|
||||
grid-auto-rows: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue