Change overflow-x to overflow for long tag button

This commit is contained in:
SansPseudoFix 2015-03-12 23:46:15 +01:00
parent cc585805ad
commit 8dd8daf37e

View file

@ -39,7 +39,7 @@ h1.tag {
.tag-following-action {
max-width: 100%;
input[type="submit"] {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}