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.
forgejo/templates
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
..
admin Allow admin toggle forcing a password change for newly created users (#4563) 6 years ago
base Create Progressive Web App (#4730) 6 years ago
custom Templates for extra links in top navbar and repo tool tabs. (#3308) 7 years ago
explore Fix missing AppSubUrl in some templates (#5020) 6 years ago
mail Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
org Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
pwa Create Progressive Web App (#4730) 6 years ago
repo word-break the WebHook url to prevent a ui-break (#5432) 6 years ago
status Add gitea/issues link to 500 page (#4654) 6 years ago
swagger Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
user Refactor heatmap to vue component (#5401) 6 years ago
home.tmpl Fix home page template regression (#5102) 6 years ago
install.tmpl Remove the required class from optional ssh port in installation page (#5428) 6 years ago