Skip to content

Commit

Permalink
Merge pull request #1719 from milvus-io/fix/code-style
Browse files Browse the repository at this point in the history
fix: fix the code block style after p and inner td
  • Loading branch information
mimoning authored Dec 4, 2024
2 parents 5d43f15 + e5d1d90 commit 7081fc0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/styles/docsStyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
p {
margin-bottom: 0;
}
p + pre {
margin-top: 20px;
}
}

ul {
Expand Down Expand Up @@ -504,11 +507,16 @@
border-right: 1px solid @color-black4;
}

code {
font-size: 13px;
line-height: 1.4;
}

@media @tablet {
font-size: 14px;

code {
font-size: 14px;
font-size: 13px;
}
}
}
Expand Down

0 comments on commit 7081fc0

Please sign in to comment.