Skip to content

Commit

Permalink
fix(blazorui): resolve size issues of month cells in responsive mode …
Browse files Browse the repository at this point in the history
…of date pickers #6012 (#6013)
  • Loading branch information
msynk authored Nov 13, 2023
1 parent 3140e03 commit 6582ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
height: 100%;
display: flex;
aspect-ratio: 1;
max-width: unset;
align-items: center;
font-size: spacing(2);
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
height: 100%;
display: flex;
aspect-ratio: 1;
max-width: unset;
align-items: center;
font-size: spacing(2);
justify-content: center;
Expand Down

0 comments on commit 6582ccc

Please sign in to comment.