We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53cf3 commit 4580e54Copy full SHA for 4580e54
src/app/panels/table/module.html
@@ -89,7 +89,7 @@
89
</div>
90
91
92
- <div style="{{panel.overflow}}:{{panel.height || row.height}};" ng-class="{'table-main':panel.field_list,'span12':!panel.field_list}" class="table-doc-table">
+ <div style="{{panel.overflow}}:{{panel.height || row.height}};" ng-class="{'table-main':panel.field_list}" class="table-doc-table">
93
<i class="pull-left icon-chevron-sign-right pointer" ng-click="panel.field_list = !panel.field_list" bs-tooltip="'Show field list'" ng-show="!panel.field_list"></i>
94
<div class="row-fluid" ng-show="panel.paging">
95
<div class="span1 offset1" style="text-align:right">
0 commit comments