From ed784d96093b2c46ffc32703121c14b05f0404b0 Mon Sep 17 00:00:00 2001 From: jportela Date: Thu, 29 Jun 2017 13:53:36 +0000 Subject: [PATCH] Keep button shape for long strings --- cms/static/sass/elements/_system-help.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/static/sass/elements/_system-help.scss b/cms/static/sass/elements/_system-help.scss index 6d3f04281d..1346caa49c 100644 --- a/cms/static/sass/elements/_system-help.scss +++ b/cms/static/sass/elements/_system-help.scss @@ -245,6 +245,7 @@ // learn more (aka external help button) .external-help-button { + display: inline-block; @extend %ui-btn-flat-outline; @extend %sizing; }