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:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-18 17:12:44 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-18 17:12:44 +0300
commit518eefcb9a59c1d89971e592f7d76855cbf0e8be (patch)
treeda649de471d3eb69e0cdae662fad0c440007f1fc /app/assets/stylesheets/pages/milestone.scss
parentbee7f064ad368b3f9f317439eb23bdff66ea9b3f (diff)
Updated placement of milestone actions in milestone list
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 34991a0217a..9cbc1a4f302 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -12,7 +12,7 @@
border-radius: $border-radius-default;
background-color: $white-light;
- &:not(:last-child){
+ &:not(:last-child) {
margin-bottom: $gl-padding-8;
}