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-16 20:48:53 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-16 20:48:53 +0300
commite49aaf838a017d576b27d117cc298a99a313c0ac (patch)
tree3281a3523bc7e48f2fe8375157f42a4a75ad1c91 /app/assets/stylesheets/pages/diff.scss
parent4b2ff003920cff431ef4e3e8b0436aa924b34fda (diff)
Adds padding to the error block
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 679f783b1b6..a304e019ef1 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -160,6 +160,10 @@
}
}
}
+
+ .diff-loading-error-block {
+ padding: $gl-padding $gl-padding*2;
+ }
}
.image {