Jump to content

Если переносятся слова в названиях категорий

Если вдруг вы заметили такую проблему (например)
19c94a8db7db49449c7aac8e3b55743f.png
То просто сделайте следующие:

в CSS найдите:

.ipsType_break {
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

И удалите:

word-break: break-word;

User Feedback

Recommended Comments

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Добавить комментарий...