🐛 Remove unnecessary !important from min-height style in GitHubCalendar.svelte.

This commit is contained in:
2026-02-08 22:19:16 +01:00
parent ca88cbbca0
commit 0466b503fe

View File

@@ -83,7 +83,7 @@
font-family: Helvetica, arial !important;
border: 1px solid #dddddd !important;
border-radius: 3px !important;
min-height: 243px !important;
min-height: 243px;
text-align: center !important;
margin: 0 auto !important;
}