Merge pull request #69 from zSoulweaver/master
Emote titles overflow fix
This commit is contained in:
commit
2f925f9695
|
@ -492,7 +492,9 @@
|
|||
.tipsy-inner {
|
||||
background-color: black;
|
||||
color: white;
|
||||
max-width: 200px;
|
||||
max-width: 300px;
|
||||
padding: 5px 8px 4px;
|
||||
text-align: center;
|
||||
overflow:hidden !important;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue