Skip to content

Instantly share code, notes, and snippets.

@0xv
Created March 2, 2019 01:46
Show Gist options
  • Save 0xv/ad2dbc29c18617578d092f99388a11c7 to your computer and use it in GitHub Desktop.
Save 0xv/ad2dbc29c18617578d092f99388a11c7 to your computer and use it in GitHub Desktop.
fix bootstrap uneven column heights
.row.display-flex {
display: flex;
flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment