Skip to content

Commit

Permalink
Fixes font-family and font-size for tipsy hovers
Browse files Browse the repository at this point in the history
  • Loading branch information
gethash committed Nov 12, 2015
1 parent 3e2a191 commit 1169b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/icinga/widgets.less
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1169b22

Please sign in to comment.