diff --git a/web/static/css/graph.css b/web/static/css/graph.css index 322d9884f..8e32b7e2f 100644 --- a/web/static/css/graph.css +++ b/web/static/css/graph.css @@ -242,3 +242,11 @@ input[name="end_input"], input[name="range_input"] { .prometheus_input_group .date_input { width: 200px; } + +.form-group .input-group .expression_input { + width: 450px; +} + +.expression_select { + max-width: 350px; +} diff --git a/web/static/js/graph_template.handlebar b/web/static/js/graph_template.handlebar index 2c1501d41..b610c22db 100644 --- a/web/static/js/graph_template.handlebar +++ b/web/static/js/graph_template.handlebar @@ -1,16 +1,18 @@