Skip to content

Commit

Permalink
Merge pull request #1705 from milvus-io/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
ThyeeZz authored Nov 29, 2024
2 parents e8495f2 + 38a9001 commit 5dd0d58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/styles/docsStyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,13 @@
gap: 24px;
list-style: none;
padding: 0;
margin: 20px 0 -20px 0;
margin: 20px 0 -16px 0;
overflow-x: auto;

& ~ pre:has(code:not(.active)[class*='language-']) {
margin-bottom: 0px;
}

a {
font-weight: 600;
display: inline-block;
Expand All @@ -753,6 +757,7 @@
cursor: pointer;
padding: 4px 0;
color: #454545;
text-decoration: none;

&.active {
color: var(--color-text-primary);
Expand Down

0 comments on commit 5dd0d58

Please sign in to comment.