Fixes font-family and font-size for tipsy hovers

This commit is contained in:
Bernd Erk 2015-11-12 22:29:45 +01:00
parent 3e2a19180f
commit 1169b22831
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ ul.tree li a.error:hover {
.tipsy .tipsy-inner {
// overwrite tooltip max width, we need them to grow bigger
font-family: @font-family;
font-size: @font-size-small;
max-width: 300px;
text-align: left;
}