0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 10:08:34 +01:00
gitea/templates/repo
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
2019-08-09 20:57:29 +08:00
..
branch sugestion to use range .Branches (#7674) 2019-07-30 23:02:58 +08:00
diff Diff: Fix indentation on unhighlighted code (#7435) 2019-07-12 16:22:52 +01:00
editor Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478) 2019-07-17 14:40:28 -04:00
issue
pulls
release
settings
wiki
activity.tmpl
blame.tmpl Fix file header overflow in file and blame views (#7562) 2019-07-23 10:12:09 +08:00
branch_dropdown.tmpl
commit_page.tmpl
commit_status.tmpl
commits_table.tmpl Prevent Commit Status and Message From Overflowing On Branch Page (#7800) 2019-08-09 20:57:29 +08:00
commits.tmpl
create.tmpl
empty.tmpl
forks.tmpl
graph.tmpl Apply emoji on commit graph page (#7743) 2019-08-04 22:49:29 +08:00
header.tmpl
home.tmpl
migrate.tmpl
search.tmpl
sub_menu.tmpl
user_cards.tmpl
view_file.tmpl Fix file header overflow in file and blame views (#7562) 2019-07-23 10:12:09 +08:00
view_list.tmpl
watchers.tmpl