add word wrap to tooltips

This commit is contained in:
Erik Pellikka 2016-03-01 13:05:08 -05:00
parent 6d90651ff0
commit 82e87b9bb6
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
text-align: center;
background-color: #000000;
border-radius: 4px;
word-break: break-all;
}
.tooltip-arrow {
position: absolute;