PrestaShop / hummingbird

77 stars 73 forks source link

Add classes to make menu elements tall as parent #547

Closed rodriciru closed 12 months ago

rodriciru commented 1 year ago

Fixes #546

I made the changes using bootstrap classes. I don't find any drawbacks. If anyone find something wrong, tell me

rodriciru commented 1 year ago

Thanks tblivet. You were right in your suggestions. Align-items-stretch it's not necessary, because in flex normal it's the same as stretch, but it doesn't matter. https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#values

paulnoelcholot commented 12 months ago

Hello @rodriciru,

I tested your PR and it's good for me! :tada:

Thanks!