diff --git a/components/core/FontFrame/Settings/Controls.js b/components/core/FontFrame/Settings/Controls.js index 413e750a..f063e803 100644 --- a/components/core/FontFrame/Settings/Controls.js +++ b/components/core/FontFrame/Settings/Controls.js @@ -19,6 +19,8 @@ export const Controller = ({ options, onChange, selectSuffix = "", + //NOTE(Amine): minWidth will remove junk when Select value change + selectMinWidth, label, min, max, @@ -42,6 +44,7 @@ export const Controller = ({ value={value} onChange={onChange} placeholderSuffix={selectSuffix} + minWidth={selectMinWidth} />
Settings
-