forgejo/public/less
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
..
themes Fix global search result CSS, misc CSS tweaks (#7789) 2019-08-08 22:46:03 +08:00
_admin.less
_base.less Fix global search result CSS, misc CSS tweaks (#7789) 2019-08-08 22:46:03 +08:00
_dashboard.less
_editor.less
_emojify.less
_explore.less
_form.less
_home.less
_install.less
_markdown.less
_organization.less
_repository.less Prevent Commit Status and Message From Overflowing On Branch Page (#7800) 2019-08-09 20:57:29 +08:00
_review.less
_tribute.less
_user.less
index.less