소스 검색

added text-nowrap to responsive tables

REJack 5 년 전
부모
커밋
3e236c9ff9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/tables/simple.html

+ 2 - 2
pages/tables/simple.html

@@ -1017,7 +1017,7 @@
               </div>
               <!-- /.card-header -->
               <div class="card-body table-responsive p-0">
-                <table class="table table-hover">
+                <table class="table table-hover text-nowrap">
                   <thead>
                     <tr>
                       <th>ID</th>
@@ -1083,7 +1083,7 @@
               </div>
               <!-- /.card-header -->
               <div class="card-body table-responsive p-0" style="height: 300px;">
-                <table class="table table-head-fixed">
+                <table class="table table-head-fixed text-nowrap">
                   <thead>
                     <tr>
                       <th>ID</th>