1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Remove unnecessary !important from body padding (#2357)

This commit is contained in:
Paweł Kuna
2025-05-12 22:13:51 +02:00
committed by GitHub
parent 7fc1d5c11c
commit a41c9565f1
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Remove unnecessary `!important` from body padding

View File

@@ -7,7 +7,7 @@ body {
position: relative;
min-height: 100%;
height: 100%;
padding: 0 !important;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;