added text-nowrap to responsive tables

pull/2501/head
REJack 5 years ago
parent 6fbbde4883
commit 3e236c9ff9
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -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>

Loading…
Cancel
Save