mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-29 09:47:17 +00:00

At the moment the progress button which has slightly rounded corners allows the "__bar" to overflow. This causes the corners to become angular again which looks weird. I set the button's "overflow" to "hidden" to fix this issue. Changelog-Entry: Make sure the progress button is always rounded. Change-Type: patch