From 9d4c65ad28a73be0fc6341ba9ac6c4e06e57f266 Mon Sep 17 00:00:00 2001 From: sthag Date: Mon, 20 Oct 2025 20:10:56 +0200 Subject: [PATCH] fix: Margin for io - Remove margin from interactive elements inside of .io class - Margin is back to the default $margin_io - Elements inside of .io > nav are spaced with flex gap --- modules/io/_io_module.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/io/_io_module.scss b/modules/io/_io_module.scss index 1658e3d..241ffe5 100644 --- a/modules/io/_io_module.scss +++ b/modules/io/_io_module.scss @@ -48,13 +48,6 @@ aside { &.io { padding: $space_basic; - input:not([type="range"]), - button, - textarea, - select { - margin-inline: $space_half; - } - textarea { @extend .io_textarea; }