From 99e6e1142f11df463cefdac3f95c1fefdd6382dd Mon Sep 17 00:00:00 2001 From: Julyyq Date: Thu, 19 Mar 2015 21:36:14 +0800 Subject: [PATCH] beautify the user-info section in order to let extention feels easy --- app/assets/stylesheets/spree/fancy/sections/_user.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/spree/fancy/sections/_user.scss b/app/assets/stylesheets/spree/fancy/sections/_user.scss index b6a3125..24814ab 100644 --- a/app/assets/stylesheets/spree/fancy/sections/_user.scss +++ b/app/assets/stylesheets/spree/fancy/sections/_user.scss @@ -13,7 +13,13 @@ } dd { + display: inline; margin-left: inherit; } + + dd:after { + content: '\A'; + white-space: pre; + } } \ No newline at end of file