summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-01 12:36:53 +0000
committerPhil Hughes <me@iamphill.com>2017-03-01 12:36:53 +0000
commit834aaf465e983e50ee9f4459062b473bb70ec8d5 (patch)
treef4a9eeeca3531a47f2ca6b13b6cb83b0c81c513d
parentf86bded8d4535ae9591c651a385347ea3f3cbcbf (diff)
downloadgitlab-ce-user-calendar-border.tar.gz
Removed 0 paddinguser-calendar-border
The extra spacing at the top is caused the user-callout box that should be fixed in another merge request
-rw-r--r--app/assets/stylesheets/framework/calendar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index b53f847260b..9a0f7a14e57 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -1,5 +1,6 @@
.calender-block {
- padding: 0 0 $gl-padding;
+ padding-left: 0;
+ padding-right: 0;
border-top: 0;
direction: rtl;