Skip to content

Commit

Permalink
fix(theme): code group tab divider not showing full-width (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 28, 2023
1 parent 5563695 commit b39b491
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/client/theme-default/styles/components/vp-code-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@
background-color: var(--vp-code-tab-bg);
overflow-x: auto;
overflow-y: hidden;
}

.vp-code-group .tabs::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 1px;
background-color: var(--vp-code-tab-divider);
content: '';
box-shadow: inset 0 -1px var(--vp-code-tab-divider);
}

@media (min-width: 640px) {
Expand Down

0 comments on commit b39b491

Please sign in to comment.