From 5a8ed2978a8a14e319251d003138d2839eff071e Mon Sep 17 00:00:00 2001
From: Bi Kai <kai.bi@yoho.cn>
Date: Fri, 18 Dec 2015 11:05:06 +0800
Subject: [PATCH] 订单确认页面 商品标题限制最大长度

---
 static/sass/cart/_order-ensure.scss | 4 ++++
 1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/sass/cart/_order-ensure.scss b/static/sass/cart/_order-ensure.scss
index f0f7881..93c8de4 100644
--- a/static/sass/cart/_order-ensure.scss
+++ b/static/sass/cart/_order-ensure.scss
@@ -89,6 +89,10 @@
                 margin-left: 20rem / $pxConvertRem;
             }
         }
+
+        .name {
+            max-width: pxToRem(400px);
+        }
     }
 
     .sale-invoice {
--
libgit2 0.24.0