You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
romankl 06ef5b68d4 word-break the WebHook url to prevent a ui-break (#5432)
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>
6 years ago
..
base.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
delete_modal.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
dingtalk.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
discord.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
gitea.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
gogs.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
history.tmpl Restrict permission check on repositories and fix some problems (#5314) 6 years ago
list.tmpl word-break the WebHook url to prevent a ui-break (#5432) 6 years ago
new.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
settings.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
slack.tmpl Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago