Skip to content

Commit 8686ce6

Browse files
authored
fix: Cleaned up codeblock code + fixed up issue with bottom border (#194)
1 parent d931118 commit 8686ce6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assets/css/v2/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,13 +1056,9 @@ blockquote.side-callout {
10561056

10571057
.tab-content {
10581058
border-bottom: 1px solid black;
1059-
margin-left: calc(-1 * var(--overflow-gutter-extension));
10601059

10611060
.tab-pane {
10621061
display: none;
1063-
1064-
/* Push the content 1rem right due to the gutter displacement */
1065-
margin-left: 1rem;
10661062
}
10671063

10681064
.active {

0 commit comments

Comments
 (0)