From 974bc7e908ec02d0f858e4456e5b5caf38a70181 Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 16 Jun 2016 23:15:18 +0200 Subject: [PATCH] client/css: fix tag delete form ghost margin --- client/css/tags.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/css/tags.styl b/client/css/tags.styl index 84954f8..692b817 100644 --- a/client/css/tags.styl +++ b/client/css/tags.styl @@ -64,6 +64,9 @@ width: 7em .messages, .buttons margin-left: 7em + .tag-delete + .messages, .buttons + margin-left: 0 !important .content-wrapper.tag-categories width: 100%