When dragging, width should respect at not be smaller than the minimum width set via CSS. Otherwise, if that CSS property is removed after a drag, then the box will suddenly resize to whatever it would've been set to were that min-width not there – this is visually confusing.
When dragging,
width
should respect at not be smaller than the minimum width set via CSS. Otherwise, if that CSS property is removed after a drag, then the box will suddenly resize to whatever it would've been set to were that min-width not there – this is visually confusing.