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:
commit
992c75da55
1 changed files with 1 additions and 1 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue