The note with link that have large text renders weird, the text of link does not moves to a next line
The text above
Яркий пример страниц с переадресацией - страницы для логина, ссылка
"<https://accounts.google.com/ServiceLogin?passive=true&continue=https://www.google.com/favicon.ico&uilel=3&hl=en&service=mail>" переадресует авторизованного пользователя на страницу <https://www.google.com/favicon.ico>.
Renders as
The problem is link have display: inline-block.
In case we will change that style, we have to check other cases with link use. For example images wrapped via link, etc.
The note with link that have large text renders weird, the text of link does not moves to a next line
The text above
Renders as
The problem is link have
display: inline-block.In case we will change that style, we have to check other cases with link use. For example images wrapped via link, etc.