From beb2c13f4d9648da38cefa019f1ee7039b8a7f28 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Jan 2013 13:11:45 -0800 Subject: Prevent grids from collapsing, fix affixed side nav for docs --- less/grid.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/grid.less b/less/grid.less index 2638ee068..751e9d8c6 100644 --- a/less/grid.less +++ b/less/grid.less @@ -16,6 +16,7 @@ .clear_float(); } [class^="span"] { + min-height: 1px; padding-left: 10px; padding-right: 10px; // Proper box-model (padding doesn't add to width) -- cgit v1.2.3