diff --git a/web/src/components/dashboards/addPanel/ColorPaletteDropDown.vue b/web/src/components/dashboards/addPanel/ColorPaletteDropDown.vue index cf601e9f1a3..f70d085e198 100644 --- a/web/src/components/dashboards/addPanel/ColorPaletteDropDown.vue +++ b/web/src/components/dashboards/addPanel/ColorPaletteDropDown.vue @@ -25,7 +25,7 @@ along with this program. If not, see . :display-value="selectedOptionLabel" @update:model-value="onColorModeChange" style="width: 100%" - :popup-content-style="{ height: '300px' }" + :popup-content-style="{ height: '300px', width: '200px' }" >