Height fix

This commit is contained in:
JC Brand 2016-10-17 13:06:58 +02:00
parent 4b28f3f803
commit acf3329ac2
2 changed files with 1 additions and 3 deletions

View File

@ -1313,8 +1313,7 @@
line-height: 15px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
height: 2em; }
overflow: hidden; }
#conversejs .chatbox .chat-title a {
color: white;
width: 100%; }

View File

@ -115,7 +115,6 @@
display: block;
text-overflow: ellipsis;
overflow: hidden;
height: 2em;
a {
color: $chat-head-text-color;
width: 100%;