Merge pull request #69 from zSoulweaver/master

Emote titles overflow fix
This commit is contained in:
Jiiks 2015-12-09 03:46:27 +02:00
commit 2f925f9695
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