CSS: word-break
-
Hi,
You must tune the “word-break” via css, in several places, like for (fixed) example:
.directorist-listing-single__info–top a {
word-break: break-word;
}.directorist-author-info-widget .directorist-author-info-list__item .directorist-info {
word-break: break-word;
}.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info–top a {
word-break: break-word;
}.directorist-card .directorist-card__body {
/* needed for cellphone display */
word-break: initial !important;
}Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS: word-break’ is closed to new replies.