mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 08:44:04 +00:00
fix: !important
in the prim-css editor is rendered incorrectly (#5018)
This commit is contained in:
parent
92e982a910
commit
bab771df05
1 changed files with 6 additions and 0 deletions
|
@ -576,6 +576,12 @@ optgroup {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prism-editor__container {
|
||||||
|
.important {
|
||||||
|
font-weight: var(--bs-body-font-weight) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h5.settings-subheading::after {
|
h5.settings-subheading::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue