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.
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>
6 years ago
..
webhook word-break the WebHook url to prevent a ui-break (#5432) 6 years ago
branches.tmpl Fix some issues with special chars in branch names (#3767) 6 years ago
collaboration.tmpl Use Semantic UI's Search component for user and repo search (#2636) 7 years ago
deploy_keys.tmpl Some small template fixes (#3820) 7 years ago
githook_edit.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 8 years ago
githooks.tmpl Fix #1418 (#1456) 8 years ago
nav.tmpl Protected branches system (#339) 8 years ago
navbar.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 8 years ago
options.tmpl Restrict permission check on repositories and fix some problems (#5314) 6 years ago
protected_branch.tmpl Add protected branch whitelists for merging (#3689) 7 years ago