From 210618a18afc6548e0462298d772fb72bd9d4145 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 3 Mar 2019 16:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=89=80?= =?UTF-8?q?=E6=9C=89=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=97=A0=E6=8F=8F=E8=BF=B0=E4=BF=A1=E6=81=AF=20#IS823?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 09b337ba..28560437 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -53,6 +53,14 @@ .sidebar-open aside { transform: translate(0); } + + .btn span:last-child { + display: inline; + } + + .bs-bars .btn span:last-child { + display: none; + } } @media (min-width: 940px) {