add word wrap to tooltips
This commit is contained in:
parent
6d90651ff0
commit
82e87b9bb6
|
@ -53,6 +53,7 @@
|
|||
text-align: center;
|
||||
background-color: #000000;
|
||||
border-radius: 4px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue