diff --git a/resources/assets/stylesheets/fullcalendar.scss b/resources/assets/stylesheets/fullcalendar.scss
index 7e6353b54a49ff397644963a4d22039e7ef48dbf..6c165b77bc67e3666e9d2a6fdec6dd3bab3cbc64 100644
--- a/resources/assets/stylesheets/fullcalendar.scss
+++ b/resources/assets/stylesheets/fullcalendar.scss
@@ -236,9 +236,19 @@ a.fc-event, td.fc-event {
 // Responsive
 .responsive-display {
     .fc-header-toolbar {
+        flex-direction: column;
+
+        .fc-left, .fc-center, .fc-right {
+            width: 100%;
+            text-align: center;
+        }
+        .fc-left, .fc-center {
+            margin-bottom: $line-height-computed - $font-size-base;
+        }
+
         .fc-button-group {
             .fc-button {
-                min-width: 0;
+
             }
         }
     }