Drop redundant 'px' on zero-value paddings (CSS lint cleanup)

This commit is contained in:
2026-04-20 21:04:09 +03:00
parent e44eedbab7
commit 81a6a296fd
3 changed files with 4 additions and 4 deletions
@@ -65,7 +65,7 @@
padding: vars.$space-xl;
font-size: fonts.$font-size-xl1;
line-height: 28px;
padding-bottom: 0px;
padding-bottom: 0;
padding-top: 30px;
}
@@ -62,7 +62,7 @@
padding: vars.$space-xl;
font-size: fonts.$font-size-xl1;
line-height: 28px;
padding-bottom: 0px;
padding-bottom: 0;
padding-top: 30px;
}
+2 -2
View File
@@ -149,8 +149,8 @@ section.frame {
}
.p-scrollpanel-content {
padding-right: 0px;
padding-bottom: 0px;
padding-right: 0;
padding-bottom: 0;
overflow: scroll !important;
}
}