Hey guys! I'm using the FAQ components for this website and for some reason, when we scale down to mobile landscape and mobile, the buttons/plus signs start to vary in sizing - does anyone know why this is happening?
Hi Danilen, do you know which FAQ component you used when building that section? You might be able to see it based on the class names, e.g. faq10_...
Without knowing the component, my guess is that there's some flexbox shrinking happening. I'd double check that the "+" icon's class (the one which is a sibling to the question text) has the flex-shrink
setting set to 0
(don't shrink).
Great to hear Danilen. I'll share the issue with the component team about FAQ 6 and similar components.