You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some problems when adding padding to flex Elements.
Problem: Elements are bigger than expected - the last Element is in a new row. The problem only occurs in Internet Explorer and can be fixed by adding a max-width or by adding "flex-basis: auto;" to the Flex Elements.
I had some problems when adding padding to flex Elements.
Problem: Elements are bigger than expected - the last Element is in a new row. The problem only occurs in Internet Explorer and can be fixed by adding a max-width or by adding "flex-basis: auto;" to the Flex Elements.
Example:
HTML:
CSS:
Fix:
*[class*='size-'] { flex-basis: auto; }
It would be great to see this fix in your next Version or maybe there is a better solution for this problem.
Thanks
The text was updated successfully, but these errors were encountered: