add word wrap to tooltips

remotes/origin/move-icewind-ftp-to-core
Erik Pellikka 10 years ago
parent 6d90651ff0
commit 82e87b9bb6
  1. 1
      core/css/tooltip.css

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

Loading…
Cancel
Save