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:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-17 11:07:48 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-17 11:07:48 +0300
commit740cbd89a0887e2b423f1830015714059ff76ce8 (patch)
tree09936613333fe061987eb41ac6b5abfe275910bd /app/assets/stylesheets/pages/diff.scss
parente49aaf838a017d576b27d117cc298a99a313c0ac (diff)
Update error block css
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index a304e019ef1..36ca2dd87fa 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -162,7 +162,8 @@
}
.diff-loading-error-block {
- padding: $gl-padding $gl-padding*2;
+ padding: $gl-padding * 2 $gl-padding;
+ text-align: center;
}
}