From 5baf7a92e9ce0f762beee25e816e0dd9351bb7d5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 21 Feb 2023 21:39:47 +0100 Subject: Fixed menu icon slot width --- src/objects/_menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objects/_menu.scss') diff --git a/src/objects/_menu.scss b/src/objects/_menu.scss index fae3207..2e525da 100644 --- a/src/objects/_menu.scss +++ b/src/objects/_menu.scss @@ -87,7 +87,7 @@ @include iro.bem-elem('icon-slot') { display: flex; justify-content: center; - width: 1em; + width: fn.foreign-dim(--icon, --size); } } } -- cgit v1.2.3-54-g00ecf