mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Height was a touch off
This commit is contained in:
parent
e1d1f522ff
commit
3556051d14
@ -557,7 +557,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 pull-right noprint">
|
<div class="col-md-2 pull-right noprint">
|
||||||
<input class="form-control interface-filter" type="text" placeholder="Filter (RegExp)" style="height: 24px" />
|
<input class="form-control interface-filter" type="text" placeholder="Filter (RegExp)" style="height: 23px" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table id="interfaces_table" class="table table-hover table-headings panel-body component-list">
|
<table id="interfaces_table" class="table table-hover table-headings panel-body component-list">
|
||||||
|
@ -254,7 +254,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 pull-right noprint">
|
<div class="col-md-2 pull-right noprint">
|
||||||
<input class="form-control interface-filter" type="text" placeholder="Filter (RegExp)" style="height: 24px" />
|
<input class="form-control interface-filter" type="text" placeholder="Filter (RegExp)" style="height: 23px" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table id="interfaces_table" class="table table-hover table-headings panel-body component-list">
|
<table id="interfaces_table" class="table table-hover table-headings panel-body component-list">
|
||||||
|
Loading…
Reference in New Issue
Block a user