From 43ef168d0b68f1cb5f7dac9976f11caec9e3da3f Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Tue, 23 Feb 2016 22:12:30 +0100 Subject: [PATCH] fix sitemap btn bug --- resources/styles/partials/workspace-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/styles/partials/workspace-bar.scss b/resources/styles/partials/workspace-bar.scss index f31af5b6a..e016c0c31 100644 --- a/resources/styles/partials/workspace-bar.scss +++ b/resources/styles/partials/workspace-bar.scss @@ -48,8 +48,8 @@ border-radius: $br-small; cursor: pointer; display: flex; - min-width: 164px; - padding: $x-small $x-big+$x-small $x-small $medium; + padding: $x-small $x-small $x-small $medium; + width: 164px; svg { fill: $intense-ui-icons;