2
0
Эх сурвалжийг харах

Remove unnecessary `!important` from body padding (#2357)

Paweł Kuna 4 сар өмнө
parent
commit
a41c9565f1

+ 5 - 0
.changeset/rude-shrimps-smile.md

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

+ 1 - 1
core/scss/layout/_core.scss

@@ -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;