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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-08 00:56:07 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-08 00:56:07 +0300
commitbc39218b4ed24e01a137d79fd98821aedc3666e5 (patch)
tree66211c859c67c4a1f68bd99de8c3749562f6a3f2 /app/assets/stylesheets/pages/repo.scss
parent7572aaf352df238718416624282c8649ef142ca9 (diff)
Show warning for big files.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 389a57e06b1..a3457179d16 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -369,6 +369,13 @@
}
}
+.render-error {
+ min-height: calc(100vh - 63px);
+ p {
+ width: 100%;
+ }
+}
+
@keyframes blockTextShine {
0% {
transform: translateX(-468px);