Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-28 13:07:17 +0300
committerPhil Hughes <me@iamphill.com>2016-05-16 14:22:17 +0300
commitb54ea9de7c99df737d8f6fc358f8eb0ef8b20c76 (patch)
treebecb90554a9da2325505a5edfa20ae79eef04cbe /app/assets/stylesheets/framework/calendar.scss
parent93c0bb8041963d6677cc9c169a0e1e22221dd0cb (diff)
Updated spacing of the calendar
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-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;
}