Break long words in tooltips

This commit is contained in:
yflory
2018-05-03 15:26:46 +02:00
parent 67fd70b4c7
commit cfcf791efc

View File

@@ -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;
} }