gitea/templates/repo/settings
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>
2018-11-30 09:52:05 -05:00
..
webhook word-break the WebHook url to prevent a ui-break (#5432) 2018-11-30 09:52:05 -05:00
branches.tmpl Fix some issues with special chars in branch names (#3767) 2018-09-17 01:28:23 +03:00
collaboration.tmpl Use Semantic UI's Search component for user and repo search (#2636) 2017-10-03 06:27:48 +03:00
deploy_keys.tmpl Some small template fixes (#3820) 2018-04-20 08:25:15 +08:00
githook_edit.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 2017-03-15 23:39:38 +01:00
githooks.tmpl Fix #1418 (#1456) 2017-04-07 22:50:40 +08:00
nav.tmpl Protected branches system (#339) 2017-02-21 23:02:10 +08:00
navbar.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 2017-03-15 23:39:38 +01:00
options.tmpl Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
protected_branch.tmpl Add protected branch whitelists for merging (#3689) 2018-03-25 13:01:32 +03:00