1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

[bug] full-calendar date display on small devices

This commit is contained in:
Sylvain 2016-06-14 10:57:27 +02:00
parent 027e18a020
commit 49e23062ee

View File

@ -19,6 +19,10 @@
}
}
// fix for full-calendar display on small devices
.fc-toolbar {
margin-bottom: 2.5em !important;
}
}