diff --git a/src/scss/demo/_highlight.scss b/src/scss/demo/_highlight.scss index b41d67db0acf6aa2cc9309a7ac7410ef955fadf2..a936fa345890907badf70b0e9fad33dee7b4c74b 100644 --- a/src/scss/demo/_highlight.scss +++ b/src/scss/demo/_highlight.scss @@ -11,7 +11,6 @@ pre.highlight, max-height: 30rem; margin: 1.5rem 0; overflow: auto; - font-size: $code-font-size; border-radius: $border-radius; @include scrollbar; } diff --git a/src/scss/ui/_dropdowns.scss b/src/scss/ui/_dropdowns.scss index 74988534ebbd4ac871a4d7c4e5c53c842fd31fd8..78bd31c2d6ebeff4313c0fc8c6c9ad9f854f6b08 100644 --- a/src/scss/ui/_dropdowns.scss +++ b/src/scss/ui/_dropdowns.scss @@ -63,6 +63,7 @@ .dropdown-menu-columns { display: flex; + flex: 0 .25rem; } .dropdown-menu-arrow { diff --git a/src/scss/ui/_markdown.scss b/src/scss/ui/_markdown.scss index 76070eaca05d14e47a95a4f2756fb5e6822f00ed..4b843feab80d63e54d7f53e9b19e14655bf299eb 100644 --- a/src/scss/ui/_markdown.scss +++ b/src/scss/ui/_markdown.scss @@ -2,6 +2,7 @@ Markdown */ .markdown { + font-size: 1rem; line-height: $line-height-lg; > :first-child { diff --git a/src/scss/ui/_type.scss b/src/scss/ui/_type.scss index 308be7dfc779d0d8d91da077122a0c15d34652c3..9d733b9aad123053e27b103f9ad2cfda40e579eb 100644 --- a/src/scss/ui/_type.scss +++ b/src/scss/ui/_type.scss @@ -105,7 +105,7 @@ code { pre { padding: 1rem; overflow: auto; - font-size: $code-font-size; + font-size: $h5-font-size;; hyphens: none; line-height: $code-line-height; tab-size: 3;