Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-03-18 04:59:45 +0300
committerEvan Read <eread@gitlab.com>2022-03-18 04:59:45 +0300
commit9b983656b19e8f8030e8c1aa899969f18c77ffe1 (patch)
treed590b576c6bf0ccd12809a9e9a293376fb8da37a
parente7afb97e45509d7948449ece39574ecd60ef7d64 (diff)
Remove max height setting that wasn't enough for very large diagramseread/remove-max-height-setting
-rw-r--r--content/assets/stylesheets/stylesheet.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 2f66dd61..fd939d48 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -447,10 +447,6 @@ ol {
stroke: $gray-300 !important;
}
- svg {
- max-height: 1000px;
- }
-
.note {
fill: $gray-50 !important;
stroke: $gray-50 !important;