Skip to content

Commit 5ed22d1

Browse files
committed
docs: fix css specificity
1 parent ac3a7fb commit 5ed22d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/TestingApiSwitcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const testingLangs = [
4444
flex-direction: column;
4545
}
4646
47-
:slotted([class*=language]) {
47+
.code-example :slotted([class*=language]) {
4848
margin-top: 0;
4949
border-top-left-radius: 0;
5050
}

0 commit comments

Comments
 (0)