I have been searching the web for a chrome only solution. I need to modify something in a stylesheet in Chrome only, but I cannot seem to find what I'm looking for online nor on stackoverflow. Chrome has the following for padding left and right
-webkit-padding-start
-webkit-padding-end
But, is there anything for top AND bottom? OR, am I out of luck?
Use -webkit-padding-before
for top
padding, -webkit-padding-after
for bottom padding.
jsFiddle example
(Top) - -webkit-padding-before
(Right - -webkit-padding-end
(Bottom) - -webkit-padding-after
(Left) - -webkit-padding-start
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With