Removing unnecessary hyphens in VLT

Some Volto Light Theme styling help if anybody needs it. To get rid of the constant hyphenating of everything to make it fit into lines/columns, I used the following css:

p {
  hyphens: manual !important;
}

@aboycalledhero German is hard... :wink:

3 Likes