mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🐛 Fix incorrect checkbox rendering
This commit is contained in:
parent
626828ffa4
commit
9dede81d20
|
|
@ -77,6 +77,17 @@ const collapsed = ref(props.shouldHide);
|
||||||
content: ""
|
content: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content ol li input[type=checkbox],
|
||||||
|
.content ul li input[type=checkbox] {
|
||||||
|
border-radius:.25rem;
|
||||||
|
margin-bottom:0.2rem;
|
||||||
|
margin-right:.5rem;
|
||||||
|
margin-top:0;
|
||||||
|
vertical-align: middle;
|
||||||
|
--tw-text-opacity:1;
|
||||||
|
color: var(--theme-primary-400);
|
||||||
|
}
|
||||||
|
|
||||||
.content code:not(pre code) {
|
.content code:not(pre code) {
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue