diff options
| author | Mark Otto <[email protected]> | 2012-08-27 15:12:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 15:12:22 -0700 |
| commit | 85dcbd0b345378046ae99f6001df1222a75046b2 (patch) | |
| tree | 331837a43d56238fbf16c905b09472c1ced3a4dd /less | |
| parent | cf9334bd7d2017581300959ef3099bdd2db2182f (diff) | |
| download | bootstrap-85dcbd0b345378046ae99f6001df1222a75046b2.tar.xz bootstrap-85dcbd0b345378046ae99f6001df1222a75046b2.zip | |
add min-height: 1px; to .span* classes to prevent grid columns from collapsing
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 26ebbd82f..785ac6c2e 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -585,6 +585,7 @@ [class*="span"] { float: left; + min-height: 1px; // prevent collapsing columns margin-left: @gridGutterWidth; } |
