Fix answer box bug

Fix bug of too long words.
pull/1024/head
Monty 3 years ago
parent dec04c0ed6
commit c09ce4d0f2

@ -540,6 +540,10 @@ article[data-vim-selected].category-social {
h4 {
display: none;
}
span {
overflow-wrap: anywhere;
}
}
#infoboxes {

Loading…
Cancel
Save