Emote titles overflow fix

Blame twitch
This commit is contained in:
zSoulweaver 2015-12-09 11:44:23 +10:00
parent 9bd56951ca
commit 47c6d92b32
2 changed files with 4 additions and 2 deletions

View File

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

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long