mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix table headers in firefox
This commit is contained in:
parent
f50e65466a
commit
f207d35fa0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<a href="" ng-class="{strong:!panel.compact}" ng-click="panel.compact=false">Full</a> /
|
||||
<a href="" ng-class="{strong:panel.compact}" ng-click="panel.compact=true">Compact</a>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<!-- full view -->
|
||||
<table bindonce class="table table-bordered" ng-if="!panel.compact">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue