From e481160528650a80f542734e594f7931bfeb1557 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 2 Apr 2021 00:48:20 +0200 Subject: [PATCH] Fixed padding being added to block Inputs Signed-off-by: Avior --- src/dzeio/Input/Input.module.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dzeio/Input/Input.module.styl b/src/dzeio/Input/Input.module.styl index 54fee44..2c4a5a8 100644 --- a/src/dzeio/Input/Input.module.styl +++ b/src/dzeio/Input/Input.module.styl @@ -6,7 +6,7 @@ max-width 100% display inline-block - + .parent + &:not(.block) + .parent:not(.block) margin-left 16px label