Skip to content

Commit baec2bb

Browse files
committed
fix(firefox): fixed table options tab UX issues, fixes grafana#6900
1 parent 488fe62 commit baec2bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/app/plugins/panel/table/editor.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ <h5 class="section-heading">Data</h5>
2626
<div class="section gf-form-group">
2727
<h5 class="section-heading">Table Display</h5>
2828
<div class="gf-form-inline">
29-
<div class="gf-form max-width-17">
30-
<label class="gf-form-label width-11">Pagination (Page size)</label>
31-
<input type="number" class="gf-form-input"
29+
<div class="gf-form">
30+
<label class="gf-form-label width-8">Rows per page</label>
31+
<input type="number" class="gf-form-input width-6"
3232
placeholder="100" data-placement="right"
3333
ng-model="editor.panel.pageSize"
3434
ng-change="editor.render()"
@@ -103,9 +103,9 @@ <h5 class="section-heading">Column Styles</h5>
103103
</div>
104104

105105
<div class="gf-form-inline" ng-if="style.type === 'number'">
106-
<div class="gf-form max-width-17 offset-width-8">
106+
<div class="gf-form offset-width-8">
107107
<label class="gf-form-label width-8">Thresholds<tip>Comma separated values</tip></label>
108-
<input type="text" class="gf-form-input" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join ng-model-onblur>
108+
<input type="text" class="gf-form-input width-10" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join ng-model-onblur>
109109
</div>
110110
<div class="gf-form">
111111
<label class="gf-form-label width-5">Colors</label>

0 commit comments

Comments
 (0)