Merge "Vector: Break long bare external links"

This commit is contained in:
jenkins-bot 2023-02-27 23:25:05 +00:00 committed by Gerrit Code Review
commit 605a63a998

View file

@ -155,4 +155,9 @@ pre,
// Equivalent of `12px` at calculation base of `14px` is `0.857em`.
background-size: 0.857em;
padding-right: 1em;
// See T330712 for better understanding of this class and any future changes.
&.free {
word-break: break-all;
}
}