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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-03-19 03:39:40 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-03-19 03:39:40 +0300
commitd9974425c84a60bae6ba6aecfacfc610a7486251 (patch)
treede76dc9fd9e52b692863bd1eeb2a636051df2fba
parent7f8b6bbf11f122a82e04596f1d8956820d3db419 (diff)
parent9b983656b19e8f8030e8c1aa899969f18c77ffe1 (diff)
Merge branch 'eread/remove-max-height-setting' into 'main'
Remove max height setting that wasn't enough for very large diagrams See merge request gitlab-org/gitlab-docs!2511
-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;