summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-28 11:07:17 +0100
committerPhil Hughes <me@iamphill.com>2016-05-16 12:22:17 +0100
commitb54ea9de7c99df737d8f6fc358f8eb0ef8b20c76 (patch)
treebecb90554a9da2325505a5edfa20ae79eef04cbe
parent93c0bb8041963d6677cc9c169a0e1e22221dd0cb (diff)
downloadgitlab-ce-b54ea9de7c99df737d8f6fc358f8eb0ef8b20c76.tar.gz
Updated spacing of the calendar
-rw-r--r--app/assets/stylesheets/framework/calendar.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 81118b13bef..8642b7530e2 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -1,4 +1,7 @@
.calender-block {
+ padding-left: 0;
+ padding-right: 0;
+
@media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
overflow-x: scroll;
}