From 552123c0cf960a8a0d996017ddcde444b60c1b36 Mon Sep 17 00:00:00 2001 From: reverend Date: Tue, 25 Aug 2020 16:39:59 +0200 Subject: [PATCH] Small fix --- components/01_Layouts/flexRow/_flexRow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/01_Layouts/flexRow/_flexRow.scss b/components/01_Layouts/flexRow/_flexRow.scss index cbc96d6..77c551d 100644 --- a/components/01_Layouts/flexRow/_flexRow.scss +++ b/components/01_Layouts/flexRow/_flexRow.scss @@ -55,7 +55,7 @@ @mixin RV-FlexRow__Item { @include RV-Alignment; - min-width: 0; + min-width: min-content; width: 100%; &,&--normal {