haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
340 stars 70 forks source link

Combination of `min-width` and `max-width` does not work for button as expected #600

Open NipponSunrise opened 4 months ago

NipponSunrise commented 4 months ago

Combination of min-width and max-width does not work for button. Button's width is sticked exclusively with min-width value and does not stretch.

http://haxeui.org/builder/?e95796e9

Expected behavior

Button has minimum width specified in style which is 8rem (see link above) and follows the title's length until 20rem.

Your Environment