From 26ad537a187471d2c10c143677eaa5d85f495c90 Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Tue, 10 Mar 2015 15:36:34 +0100 Subject: [PATCH] fix tag button overflow fix tag button overflow modified: app/assets/stylesheets/tag.scss modified: app/assets/templates/tag_following_action_tpl.jst.hbs --- app/assets/stylesheets/tag.scss | 10 ++++++++++ app/assets/templates/tag_following_action_tpl.jst.hbs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/tag.scss b/app/assets/stylesheets/tag.scss index 5b6d7675f..7b0036d4b 100644 --- a/app/assets/stylesheets/tag.scss +++ b/app/assets/stylesheets/tag.scss @@ -35,4 +35,14 @@ h1.tag { } } } + .span7 { + .tag-following-action { + max-width: 100%; + input[type="submit"] { + overflow-x: hidden; + text-overflow: ellipsis; + max-width: 100%; + } + } + } } diff --git a/app/assets/templates/tag_following_action_tpl.jst.hbs b/app/assets/templates/tag_following_action_tpl.jst.hbs index 134996113..2d31000f4 100644 --- a/app/assets/templates/tag_following_action_tpl.jst.hbs +++ b/app/assets/templates/tag_following_action_tpl.jst.hbs @@ -1,4 +1,4 @@ -
+