06ef5b68d4
right now, the url is displayed with an anchor tag with no classes. If the url is really really long, the url will break out of the containing div and (depending on the url length) the browser shows the horizontal scrollbar. This pr makes use of the already existing css class `dont-break-out` which gives all the anchor the necessary properties to prevent the break. Another solution could be to introduce some classes like `text text-break-word`, but that would duplicate the `dont-break-out` class just for text elements that use the `text` class. fixes: https://github.com/go-gitea/gitea/issues/5416 Signed-off-by: Roman <romaaan.git@gmail.com> |
||
---|---|---|
.. | ||
base.tmpl | ||
delete_modal.tmpl | ||
dingtalk.tmpl | ||
discord.tmpl | ||
gitea.tmpl | ||
gogs.tmpl | ||
history.tmpl | ||
list.tmpl | ||
new.tmpl | ||
settings.tmpl | ||
slack.tmpl |