1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Fix padding in code blocks (#2023)

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
This commit is contained in:
BG-Software
2025-01-01 13:19:42 +01:00
committed by GitHub
parent 7ba7717d3f
commit f45b6979cd
2 changed files with 6 additions and 0 deletions

View File

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

View File

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