Make sure padding is not overwritten by other selectors

This commit is contained in:
BatJan
2019-06-10 15:06:32 +02:00
committed by Sebastiaan Janssen
parent 5333b23c23
commit b3e3475bf5

View File

@@ -6,7 +6,7 @@
flex-wrap: wrap;
align-items: center;
position: relative;
padding: 0;
padding: 0 !important;
margin: 0;
min-height: 22px;
line-height: 22px;