Fixes font-family and font-size for tipsy hovers
This commit is contained in:
parent
3e2a19180f
commit
1169b22831
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue