scaleflex / filerobot-image-editor

Edit, resize, and filter any image! Any questions or issues, please report to https://github.com/scaleflex/filerobot-image-editor/issues
MIT License
1.26k stars 321 forks source link

Value of sliders out of place #437

Closed claudiorivetti closed 1 month ago

claudiorivetti commented 4 months ago

The position of the sliders text value is out of place. See demo HSV.

claudiorivetti commented 4 months ago

caused by css class hAUvFp applied to input field: min-width: fit-content;

to fix it: input.SfxInput-Base {min-width: auto}

AhmeeedMostafa commented 1 month ago

Hello, the issue is considered in the latest released minor version v4.8.0, please update the plugin and re-open the issue if there is any update.