small css fix

This commit is contained in:
ziirish 2016-07-26 14:02:56 +02:00
parent 787e5930ca
commit 0a5861bc62

View file

@ -151,6 +151,10 @@ width:100%;
color: #fff;
}
.tt-suggestion {
word-wrap: break-word;
}
.tt-suggestion p {
margin: 0;
}