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 {