Skip to content

Instantly share code, notes, and snippets.

@shadcn
Created February 14, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadcn/8997702 to your computer and use it in GitHub Desktop.
Save shadcn/8997702 to your computer and use it in GitHub Desktop.
Equal column heights for Bootstrap
[class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}
@shadcn
Copy link
Author

shadcn commented Feb 14, 2014

@lsolesen
Copy link

Thanks. But does that also work with rounded corners in the bottom like on http://vih.dk on the right side bar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment