Browse Source

Fix padding in code blocks (#2023)

Co-authored-by: Bartłomiej Gawęda <[email protected]>
BG-Software 11 months ago
parent
commit
f45b697
2 changed files with 6 additions and 0 deletions
  1. 5 0
      .changeset/old-paws-float.md
  2. 1 0
      src/scss/ui/_type.scss

+ 5 - 0
.changeset/old-paws-float.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix padding in code blocks

+ 1 - 0
src/scss/ui/_type.scss

@@ -113,6 +113,7 @@ pre {
 
   code {
     background: transparent;
+    padding: 0;
   }
 }