Max width for tooltip is now 250px

This commit is contained in:
Mark McDowall
2014-09-12 08:12:16 -07:00
parent 6b912a56f0
commit 9b5bf374a6
2 changed files with 6 additions and 4 deletions
+6
View File
@@ -250,3 +250,9 @@ body {
margin-bottom : 0px;
}
}
.tooltip {
.tooltip-inner {
max-width : 250px;
}
}