From 253eeee1a8e6160eeae2d2acd1b5448363c871f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 8 Aug 2014 13:40:00 +0200 Subject: [PATCH] Fixed button cancel position --- app/styles/layout/us-detail.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index 118736a1..e8ee8c24 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -6,6 +6,9 @@ right: 0; top: 0; } + .cancel { + right: 7rem; + } } .us-story-main-data {