From bc1b1a0b41eff4c1044433a7590be0dcf2d54c24 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 3 Jun 2022 12:29:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BA=BF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Divider/Divider.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BootstrapBlazor/Components/Divider/Divider.css b/src/BootstrapBlazor/Components/Divider/Divider.css index ff7d03697..00fd88251 100644 --- a/src/BootstrapBlazor/Components/Divider/Divider.css +++ b/src/BootstrapBlazor/Components/Divider/Divider.css @@ -33,7 +33,10 @@ } .divider-vertical { + display: inline-block; + align-self: stretch; width: 1px; + min-width: 1px; height: 100%; margin: 0 1rem; } -- Gitee