mirror of https://github.com/ColorlibHQ/AdminLTE
added text-nowrap to responsive tables
parent
6fbbde4883
commit
3e236c9ff9
|
@ -1017,7 +1017,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- /.card-header -->
|
<!-- /.card-header -->
|
||||||
<div class="card-body table-responsive p-0">
|
<div class="card-body table-responsive p-0">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover text-nowrap">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
@ -1083,7 +1083,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- /.card-header -->
|
<!-- /.card-header -->
|
||||||
<div class="card-body table-responsive p-0" style="height: 300px;">
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
|
Loading…
Reference in New Issue