PrestaShop / prestashop-ui-kit

UI kit for PrestaShop Backoffice - A collection of styled components, based on Bootstrap 4
47 stars 28 forks source link

Fix long alerts breaks and wrong text split when multiple alerts #147

Closed NeOMakinG closed 3 years ago

NeOMakinG commented 3 years ago
Questions Answers
Description? Alerts were buggy when text is too long, it was splitting wrongly and wrong text was inside when multiple alerts were on the same page
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes https://github.com/PrestaShop/PrestaShop/issues/23774.
How to test? See https://github.com/PrestaShop/PrestaShop/issues/23774 and use this branch as local or NeOMakinG/prestashop-ui-kit#issue23774
Possible impacts? Nothing interesting tbh

Before

image

How it looks

image

Progi1984 commented 3 years ago

Thanks @NeOMakinG & @sarahdib