Skip to content

Commit

Permalink
fixes #7940 - increase min-width of map tooltips to avoid truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jun 19, 2015
1 parent 668c61f commit 1eb82ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/UserCountryMap/stylesheets/visitor-map.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,7 @@
font-size: 10px;
.native-select();
}

.ui-tooltip.qtip {
min-width: 100px;
}

0 comments on commit 1eb82ea

Please sign in to comment.