Sfoglia il codice sorgente

17064 fix markdown padding for first line

Arthur Hanson 1 anno fa
parent
commit
b7b0ab16f5

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 4 - 0
netbox/project-static/styles/overrides/_tabler.scss

@@ -44,3 +44,7 @@ table a {
 [data-bs-theme=dark] ::selection {
   background-color: rgba(var(--tblr-primary-rgb),.48)
 }
+
+pre code {
+  padding: unset;
+}

Some files were not shown because too many files changed in this diff