Skip to content

Commit

Permalink
added .hidden-xs to .box-tools searchbar to avoid overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Jul 15, 2019
1 parent e7f1f77 commit 7431546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tables/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ <h3 class="box-title">Striped Full Width Table</h3>
<h3 class="box-title">Responsive Hover Table</h3>

<div class="box-tools">
<div class="input-group input-group-sm" style="width: 150px;">
<div class="input-group input-group-sm hidden-xs" style="width: 150px;">
<input type="text" name="table_search" class="form-control pull-right" placeholder="Search">

<div class="input-group-btn">
Expand Down

0 comments on commit 7431546

Please sign in to comment.