Skip to content

Instantly share code, notes, and snippets.

@antoniopresto
Created May 26, 2021 14:31
Show Gist options
  • Save antoniopresto/4ce6cd1d49ee633a400831876de810f1 to your computer and use it in GitHub Desktop.
Save antoniopresto/4ce6cd1d49ee633a400831876de810f1 to your computer and use it in GitHub Desktop.
.ui-flex {
display: flex;
flex-wrap: wrap;
flex: 0 1 auto;
flex-basis: 100%;
max-width: 100%;
max-height: max-content;
&.full {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment