diff --git a/ui/src/dashboards/components/TemplateVariableRow.js b/ui/src/dashboards/components/TemplateVariableRow.js index 73eed7787f..1b94b3b1ca 100644 --- a/ui/src/dashboards/components/TemplateVariableRow.js +++ b/ui/src/dashboards/components/TemplateVariableRow.js @@ -41,9 +41,13 @@ const RowValues = ({ /> ) } - return values.length - ? {_values} - : (No values to display) + return ( +
+ {values.length + ? {_values} + : (No values to display)} +
+ ) } const RowButtons = ({ @@ -144,15 +148,13 @@ const TemplateVariableRow = ({ onStartEdit={onStartEdit} /> -
- -
+