-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Our current logic for responsiveness is based on the panel size but with the introduction of new features this could create a slightly odd behavior when the primary values is positioned on top.
When the panel is vertically resized, the component snap to the next breakpoint, as expected. Unfortunately, this is unexpected in common web practices because normally, those text should get smaller only when the lower limit of the panel reaches them. A behavior similar to what happens when the Primary Value font size is set to FIT (as seen in the following gif)
Now, we would need to test a logic in between. @mariairiartef do you think it is possible to introduce a new logic when the Primary Value is set to top position?
I know this would need maintain two logics and we need to evaluate all this obviously, but it would be great to see how it works.
Specifically, the behavior that we would like to test would be identical to the FIT behavior but instead of free resize, to snap from breakpoint to breakpoint when the panel gets resized.
@markov00 please feel free to add any detail in case I missed something or I didn't explain that clearly enough

