From c40c6c68bfa48b52bfd0584457f5708f6d08d4cd Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 31 Oct 2013 00:08:25 -0400 Subject: [PATCH] Fix inconsistent break line on IE9-10 --- _less/ie.css | 1 + _less/screen.less | 1 + 2 files changed, 2 insertions(+) diff --git a/_less/ie.css b/_less/ie.css index 57ab94b0..67e8ae87 100644 --- a/_less/ie.css +++ b/_less/ie.css @@ -267,6 +267,7 @@ body{ width:72px; height:110px; vertical-align:top; + white-space:normal; } .previewrow div a img{ display:block; diff --git a/_less/screen.less b/_less/screen.less index ab166b52..47861a98 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -748,6 +748,7 @@ li p{ height:110px; display:inline-block; vertical-align:top; + white-space:nowrap; } .previewrow>div>div{ opacity:0;