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:
authorDouwe Maan <douwe@gitlab.com>2017-05-26 22:01:42 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-26 22:01:42 +0300
commit41b47965a7970ab14fbc03a33d06d82cd70dfe89 (patch)
tree1050d473cf681839d5d204cee01f66684f7a1f28 /app/assets/stylesheets/framework/flash.scss
parentf46d3d601b279e0339c30456f0dbc9db739303b4 (diff)
More consistent padding of notes, system notes, and note form
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index eadb9409fee..25b4feca3c3 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -36,6 +36,10 @@
border-radius: 0;
}
}
+
+ &:empty {
+ margin: 0;
+ }
}
@media (max-width: $screen-sm-max) {