From 19bb3c52e63d65bd034c2e8f3f1222b9c70b4a73 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Fri, 29 May 2020 17:04:12 +0200 Subject: [PATCH] reset padding for `option` element --- destyle.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/destyle.css b/destyle.css index 4646b1b..21802bc 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! destyle.css v1.0.12 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model ========================================================================== */ @@ -327,6 +327,14 @@ button:-moz-focusring, outline: 1px dotted ButtonText; } +/** + * Remove padding + */ + +option { + padding: 0; +} + /** * Reset to invisible */