]> source.dussan.org Git - gitea.git/commit
Ensure commit-statuses box is sized correctly in headers (#18538) (#18606)
authorzeripath <art27@cantab.net>
Fri, 4 Feb 2022 17:03:41 +0000 (17:03 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 17:03:41 +0000 (18:03 +0100)
commit69b7776af5f7d2a7c158cae02ca2e806cb26d124
tree51741f3f58500388a18cd2276be2df759cd8d1a6
parent18c1edf15cf0dc5b3181cd1fc16db74dc3604f8b
Ensure commit-statuses box is sized correctly in headers (#18538) (#18606)

* Ensure commit-statuses box is sized correctly in headers (#18538)

Backport #18538
Backport #18605

* Ensure commit-statuses box is sized correctly in headers

When viewing commits as commits the commit-status box will be fixed at 30px in height
due to being forced to be this size by a fomantic selector. This PR simply adds a
few more selectors to force this to have height auto.

Fix #18498

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Remove the spurious space in the .ui.right additional selector

Somehow a spurious space sneaked in to #18538
this PR simply removes it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
web_src/less/_repository.less