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
Updated "util-hidden" and "util-visible" utility classes to only use "display: none" on breakpoints where the specific element is supposed to be hidden and refrain from using "display: block" on breakpoints where the element is supposed to be shown again.
(83fd5de)
BUGFIX
Added "xs" grid classes to form elements to avoid display issues on smaller breakpoints.
(572aae5)