Change overflow-x to overflow for long tag button
This commit is contained in:
parent
cc585805ad
commit
8dd8daf37e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ h1.tag {
|
||||||
.tag-following-action {
|
.tag-following-action {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue