From 54efb34812b8a726daf2fd0938fb85f33acb7b5c Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 21 Aug 2019 17:02:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=BD=E5=B1=8F?= =?UTF-8?q?=E4=B8=8BBootstrapstrap-Table=E8=A1=A8=E6=A0=BC=E5=86=85?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=84=E5=90=88=E6=A1=86=E6=8A=98=E8=A1=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 4 ++++ Bootstrap.Client/wwwroot/css/theme-responsive.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index d98dbbb0..8ad3f84d 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -108,6 +108,10 @@ right: 0; overflow: hidden; } + + .bootstrap-table .fixed-table-body td .btn-group { + white-space: nowrap; + } } @media (min-width: 940px) { diff --git a/Bootstrap.Client/wwwroot/css/theme-responsive.css b/Bootstrap.Client/wwwroot/css/theme-responsive.css index d98dbbb0..8ad3f84d 100644 --- a/Bootstrap.Client/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Client/wwwroot/css/theme-responsive.css @@ -108,6 +108,10 @@ right: 0; overflow: hidden; } + + .bootstrap-table .fixed-table-body td .btn-group { + white-space: nowrap; + } } @media (min-width: 940px) {