diff options
| author | Clement Ho <ClemMakesApps@gmail.com> | 2018-07-24 12:53:47 -0500 |
|---|---|---|
| committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-07-24 12:53:47 -0500 |
| commit | 6c5146e166b9058267decf2147705318ce0760a2 (patch) | |
| tree | 536cff10d273abf8a0f8cd59f5f1cbbe8c077d9b | |
| parent | 91509add7478bca633b12899df647ea4874b28a8 (diff) | |
| download | gitlab-ce-ch-gitlab-ui-progress-bar.tar.gz | |
Remove progress bottom paddingch-gitlab-ui-progress-bar
| -rw-r--r-- | app/assets/stylesheets/framework/common.scss | 3 |
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; } |
