From 9631cdf216276a0ee4ee539a8cb469637dcc433a Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:39:32 +0100 Subject: [PATCH] Update _layout.scss --- war/src/main/scss/form/_layout.scss | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/war/src/main/scss/form/_layout.scss b/war/src/main/scss/form/_layout.scss index 8983245875e2..6c18ec118cae 100644 --- a/war/src/main/scss/form/_layout.scss +++ b/war/src/main/scss/form/_layout.scss @@ -56,23 +56,8 @@ line-height: 1.66; } -.jenkins-quote { - position: relative; - display: flex; - line-height: 38px; - - &::before { - content: ""; - position: relative; - width: 2px; - background: var(--input-border); - margin-right: 1rem; - border-radius: 2px; - } - - &--monospace { - font-family: var(--font-family-mono); - } +.jenkins-quote--monospace { + font-family: var(--font-family-mono); } .jenkins-help-button {