]> source.dussan.org Git - gitea.git/commit
Fix action runner offline label padding (#29691)
authorChongyi Zheng <git@zcy.dev>
Sat, 9 Mar 2024 13:13:08 +0000 (08:13 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2024 13:13:08 +0000 (13:13 +0000)
commita192a5ed99c2a244d0f015d62088642eb5a81d75
treec9ccc7962aaa465c3f8374ca38954eb40714578c
parent6ea1c67eadaf65079958cc4ad3b014966e47dd1a
Fix action runner offline label padding (#29691)

Before:

The `offline` padding is `calc(.833em - 1px)` from `basic` CSS class,
but `idle` padding is `6px`.

<img width="1035" alt="image"
src="https://github.com/go-gitea/gitea/assets/37034805/ccb42615-20d7-4032-a805-40cd9643012d">

After:

<img width="1035" alt="image"
src="https://github.com/go-gitea/gitea/assets/37034805/d6af99c8-76cb-4850-96d6-5289b06e1ca8">
templates/shared/actions/runner_list.tmpl