Skip to content

Commit

Permalink
Merge pull request #56 from rashidkpc/master
Browse files Browse the repository at this point in the history
Fix for micropanel in chrome
  • Loading branch information
Rashid Khan committed Apr 25, 2013
2 parents bdd5d8a + e5b98c5 commit 921e64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/fields/micropanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h4>
<i class="pointer icon-ban-circle" ng-click="build_search('_missing_',micropanel.field);dismiss();"></i>
<br><small>{{micropanel.count}} events in the table set</small>
</h4>
<table style="width:500px" class='table table-bordered table-striped table-condensed'>
<table style="width:480px" class='table table-bordered table-striped table-condensed'>
<thead>
<th>{{micropanel.field}}</th>
<th>Action</th>
Expand Down

0 comments on commit 921e64a

Please sign in to comment.