From 8cb6e242bfcca5d108804197fdb04936e77deeca Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 23 Nov 2014 18:36:05 +0100 Subject: [PATCH] Fix character count placement for publisher --- app/assets/stylesheets/publisher.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/publisher.css.scss b/app/assets/stylesheets/publisher.css.scss index bb545f600..438af40c9 100644 --- a/app/assets/stylesheets/publisher.css.scss +++ b/app/assets/stylesheets/publisher.css.scss @@ -214,7 +214,7 @@ height: 30px; line-height: 30px; position: absolute; - right: 70px; + right: 100px; bottom: -31px; font-size: 13px; }