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
Gary Kim 2ed21e7e09 Prevent Commit Status and Message From Overflowing On Branch Page (#7800)
* Prevent Commit Status From Overflowing On Branch Page

It is possible for the commit ci status
on the branches page for a repository to
become an ellipsis due to overflowing.

This commit will fix that issue by
using flex.

Signed-off-by: Gary Kim <gary@garykim.dev>

* Fix multiple overflowing issues in commits table

It was possible that the commit message would
overflow hiding the expand commits button
and commit status. This change ensures that
the correct elements overflow without hiding
anything else.

This change also reverts using flex in the
commits list because it was causing issues
in Blink based browsers.

Signed-off-by: Gary Kim <gary@garykim.dev>

* Remove unnecessary html element and fix indentation issues
5 years ago
..
admin show lfs config on admin panel (#7220) 5 years ago
base jQuery 3 (#7425) 5 years ago
custom Templates for extra links in top navbar and repo tool tabs. (#3308) 7 years ago
explore Repository avatar fallback configuration (#7087) 5 years ago
mail UX + Security current user password reset (#5042) 5 years ago
org org/members: display 2FA members states + optimize sql requests (#7621) 5 years ago
pwa jQuery 3 (#7425) 5 years ago
repo Prevent Commit Status and Message From Overflowing On Branch Page (#7800) 5 years ago
status Minor UI tweaks (#5980) 5 years ago
swagger add pagination for admin api get orgs and fix only list public orgs bug (#7742) 5 years ago
user Display original author and URL information when showing migrated issues/comments (#7352) 5 years ago
home.tmpl Fix typo in home.tmpl (#7452) 5 years ago
install.tmpl Add support of utf8mb4 for mysql (#6992) 5 years ago