summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-07-24 12:53:47 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-07-24 12:53:47 -0500
commit6c5146e166b9058267decf2147705318ce0760a2 (patch)
tree536cff10d273abf8a0f8cd59f5f1cbbe8c077d9b
parent91509add7478bca633b12899df647ea4874b28a8 (diff)
downloadgitlab-ce-ch-gitlab-ui-progress-bar.tar.gz
Remove progress bottom paddingch-gitlab-ui-progress-bar
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 218e37602dd..f41b3f02bb2 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -372,8 +372,7 @@ img.emoji {
margin-right: 10px;
}
-.alert,
-.progress {
+.alert {
margin-bottom: $gl-padding;
}