diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 3f3af0d2..91493496 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -300,6 +300,12 @@ } + .opblock-summary-path + { + flex-shrink: 0; + max-width: calc(100% - 110px - 15rem); + } + .opblock-summary-path__deprecated { text-decoration: line-through; @@ -929,7 +935,7 @@ span &.token-not-formatted { - color: #555; + color: #555; font-weight: bold; } }