Skip to content

v1.0.3

Choose a tag to compare

@Nonag Nonag released this 11 May 10:19
· 15 commits to master since this release

IMPROVEMENTS

  • 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)