axa-ch-webhub-cloud / pattern-library

AXA CH UI component library. Please share, comment, create issues and work with us!
https://axa-ch-webhub-cloud.github.io/plib-feature/develop
125 stars 18 forks source link

axa-fieldset: wrong breakpoint after migration #2436

Closed domirs closed 1 year ago

domirs commented 1 year ago

the axa fieldset stretch option is not working properly since #2296 due to inproper replacement of @include breakpoint($mediaquery-xs) { with @media (min-width: $breakpoint-xs) {

Expected Behavior

Screenshot 2023-04-19 at 15 25 28

Current Behavior

Screenshot 2023-04-19 at 15 37 24

Possible Solution

replace @media (min-width: $breakpoint-xs) { with @media (max-width: $breakpoint-xs - 1) {

domirs commented 1 year ago

the top-content-bar could potentially have a similar issue: https://github.com/axa-ch-webhub-cloud/pattern-library/pull/2296/files#diff-91cd5bc5cb5105781a58fc7b1b7325efb9146f329740a99b63b78b76929bdcbeR131