Break long words in tooltips

pull/1/head
yflory 7 years ago
parent 67fd70b4c7
commit cfcf791efc

@ -7,6 +7,7 @@
box-shadow: 2px 2px 10px #000; box-shadow: 2px 2px 10px #000;
font-weight: bold; font-weight: bold;
color: #333; color: #333;
word-wrap: break-word;
[x-circle] { [x-circle] {
background-color: unset; background-color: unset;
} }

Loading…
Cancel
Save