Skip to content

Commit

Permalink
fix: remove unwanted file change
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Oct 4, 2023
1 parent d3d6ac1 commit cc6a919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* @define .composite-calendar; weak; */
.composite-calendar {
display: grid;
grid-template-columns: minmax(max-content, 158px) minmax(min-content, 280px) minmax(min-content, 280px);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* @define .composite-calendar; weak; */
.composite-calendar {
display: grid;
grid-template-columns: minmax(max-content, 158px) minmax(min-content, 280px) minmax(min-content, 280px);
Expand Down

0 comments on commit cc6a919

Please sign in to comment.