From 732c2bce047de5105e84ca61bebcf05de564917f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 7 Feb 2022 18:47:29 +0100 Subject: Improved action menu example --- src/layouts/_card.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/_card.scss b/src/layouts/_card.scss index a2d201f..ce742bf 100644 --- a/src/layouts/_card.scss +++ b/src/layouts/_card.scss @@ -34,8 +34,8 @@ flex: 0 0 auto; @include iro.bem-modifier('main') { - width: 100%; - min-width: 0; + flex-shrink: 1; + width: 100%; } } } -- cgit v1.2.3-54-g00ecf