diff --git a/app/assets/stylesheets/app.responsive.scss b/app/assets/stylesheets/app.responsive.scss index 8bf07382b..1f447de78 100644 --- a/app/assets/stylesheets/app.responsive.scss +++ b/app/assets/stylesheets/app.responsive.scss @@ -19,6 +19,10 @@ } } + // fix for full-calendar display on small devices + .fc-toolbar { + margin-bottom: 2.5em !important; + } }