Skip to content

Commit

Permalink
Fix calendar width
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 24, 2023
1 parent fd0bf1f commit 1bfd4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-activity-calendar",
"version": "2.1.8",
"version": "2.1.9",
"description": " A React component to display activity data in calendar",
"author": "Jonathan Gruber <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/component/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.container {
width: max-content; /* Calendar should not grow */
max-width: 100%; /* Do not remove - flexbox parents */
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 1bfd4ca

Please sign in to comment.