fix: `!important` in the prim-css editor is rendered incorrectly (#5018)

pull/5030/head^2
solidsniper 3 months ago committed by GitHub
parent 92e982a910
commit bab771df05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -576,6 +576,12 @@ optgroup {
outline: none !important;
}
.prism-editor__container {
.important {
font-weight: var(--bs-body-font-weight) !important;
}
}
h5.settings-subheading::after {
content: "";
display: block;

Loading…
Cancel
Save