Skip to content

Commit b7b0ab1

Browse files
arthansonjeremystretch
authored andcommitted
17064 fix markdown padding for first line
1 parent 6ae3af2 commit b7b0ab1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

netbox/project-static/dist/netbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/overrides/_tabler.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ table a {
4444
[data-bs-theme=dark] ::selection {
4545
background-color: rgba(var(--tblr-primary-rgb),.48)
4646
}
47+
48+
pre code {
49+
padding: unset;
50+
}

0 commit comments

Comments
 (0)