Dealing with long words and urls

Hello everyone,

A common problem is to deal with long words/urls, and especially in mobile versions.


You can easily solve the problem by adding the following code in your theme.css

.container {
  overflow-wrap: break-word;
  word-wrap: break-word; } 


I would like to propose to the Web Team to do this globally.

Kind regards,
Ioannis

1 Like

Hello Ioanni,

Thanks for mentioning the issue. I created a ticket for that => https://gitlab.cern.ch/web-team/drupal/public/d8/themes/cernbase/issues/46 to be fixed asap.

Konstantinos