Fix overflowing words in tippy
This commit is contained in:
parent
cfcf791efc
commit
cfe8b67142
@ -7,7 +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;
|
overflow-wrap: break-word;
|
||||||
[x-circle] {
|
[x-circle] {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user