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 @@ -