From cfede146ffdf9599582a4ec50a3b71b738971049 Mon Sep 17 00:00:00 2001 From: David Goss Date: Wed, 29 Jul 2020 21:30:20 +0100 Subject: [PATCH] fix(style): make paths try to stay on single line in opblock (#6243) --- src/style/_layout.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } }