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
committerClayton Cornell <ccornell@gitlab.com>2022-03-23 17:17:20 +0300
commitb3e35806ee717482f7c7ce171edd9a12aa2d3ec1 (patch)
tree9c92d97d81ea0fd60fb0a992df922bc345270b06
parent08422f115482044873449fec586b0e4c2633b1cf (diff)
Remove max height setting that wasn't enough for very large diagrams
-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;