From 0513a656591627ef3e80f104429783729dfe47f4 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Mon, 6 Jan 2020 17:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/_utilities.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_utilities.scss b/scss/_utilities.scss index c546db3d..f01cdb2e 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -1219,7 +1219,9 @@ .#{$ns}Form-col { &.w, &.w-xs, - &.w-sm &.w-md &.w-lg { + &.w-sm, + &.w-md, + &.w-lg { flex-basis: unset; flex-grow: unset; }