Skip to content

Commit c0d23b7

Browse files
committed
Fix: Remove stray LI bullet
1 parent 5b8a04b commit c0d23b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/tabs.scss

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ table td, table th {
1717
html[data-theme=dark] & img {
1818
filter: invert(1) !important;
1919
}
20+
21+
& .tabs div li {
22+
display: inline;
23+
}
2024
}
2125

2226
.tabs-section .container {

0 commit comments

Comments
 (0)