From 723ea49795bd15ea8d95f4bee5a8be861a87a926 Mon Sep 17 00:00:00 2001 From: Christos Hrousis Date: Fri, 10 Jul 2020 14:12:35 +1000 Subject: [PATCH] :lipstick: Set a height on the parent and move the toggle. --- src/scss/_core.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/scss/_core.scss b/src/scss/_core.scss index 3edb1c8..1884ff0 100644 --- a/src/scss/_core.scss +++ b/src/scss/_core.scss @@ -195,6 +195,8 @@ button { .toggle { vertical-align: sub; + display: inline-block; + height: 20px; &::before { height: 16px; @@ -202,7 +204,8 @@ button { } &::after { - top: -2px; + top: 3px; + height: 100%; } }