mirror of
https://github.com/Paillat-dev/svelte-github-calendar.git
synced 2026-03-02 18:34:56 +00:00
🐛 Remove unnecessary !important from min-height style in GitHubCalendar.svelte.
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
font-family: Helvetica, arial !important;
|
font-family: Helvetica, arial !important;
|
||||||
border: 1px solid #dddddd !important;
|
border: 1px solid #dddddd !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
min-height: 243px !important;
|
min-height: 243px;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user