Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created July 9, 2016 09:42
Show Gist options
  • Save sarvar/be18e00f11c335eba38d1ee50b69f59f to your computer and use it in GitHub Desktop.
Save sarvar/be18e00f11c335eba38d1ee50b69f59f to your computer and use it in GitHub Desktop.
Same height for nav tabs
<style>
.nav-tabs{
display: flex;
}
.nav-tabs li {
display: flex;
flex: 1;
}
.nav-tabs li a {
flex: 1;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment