mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-22 17:02:41 +00:00
Fixes #38553 The `<span>` wrapping the SVG in `ActionStatusIcon.vue` had no explicit display or alignment styles. Safari computes baseline alignment for inline spans differently from Chrome/Firefox, causing the icon to shift vertically in the action matrix build status list. **Fix:** make it inline-flex --------- Signed-off-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>