Merge pull request #5767 from SansPseudoFix/overflow-button-tag-too-long

Change overflow-x to overflow for long tag button
This commit is contained in:
Steffen van Bergerem 2015-03-13 01:19:11 +01:00
commit 992c75da55

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%;
}