Skip to content
Snippets Groups Projects
Commit f205e009 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fullcalendar.scss: added rules for better alignment of buttons and their icons, fixes #3631

Closes #3631

Merge request studip/studip!2624
parent ac48c6c2
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,16 @@ a.fc-event, td.fc-event {
margin-top: 0;
margin-bottom: 0;
&:last-of-type {
margin-right: 0;
}
.fc-icon {
/* Unset rules that are set in the fullcalendar default stylesheet: */
line-height: unset;
height: unset;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment