Skip to content

Commit d7309e9

Browse files
Update base.css
1 parent 87cbfdf commit d7309e9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/documentation/templates/base.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -676,17 +676,17 @@ code, code span {
676676
.code:has(code) {
677677
margin-top: 28px;
678678
border-top-left-radius: 0px;
679-
code {
680-
position: relative;
681-
display: block;
682-
translate: -5px -23px;
683-
margin-bottom: -20px;
684-
width: max-content;
685-
border-bottom-left-radius: 0px;
686-
border-bottom-right-radius: 0px;
687-
pointer-events: none;
688-
white-space: nowrap;
689-
}
679+
}
680+
.code code {
681+
position: relative;
682+
display: block;
683+
translate: -5px -23px;
684+
margin-bottom: -20px;
685+
width: max-content;
686+
border-bottom-left-radius: 0px;
687+
border-bottom-right-radius: 0px;
688+
pointer-events: none;
689+
white-space: nowrap;
690690
}
691691
.note, .ntip, .impr, .warn, .caut {
692692
border-top-right-radius: 10px;
@@ -1033,7 +1033,7 @@ input[type="checkbox"] {
10331033
position: absolute;
10341034
width: 10px;
10351035
height: 10px;
1036-
translate: -12.5px 3.5px;;
1036+
translate: -12.5px 3.5px;
10371037
border-radius: 50%;
10381038
}
10391039
.code, .code code, .code * {

0 commit comments

Comments
 (0)