Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rerun icon on action view component (#25531) #25536

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. Fix rerun icon on action view component (go-gitea#25531)

    Right now rerun icon on action view component will not be seen when
    duration text length is long, because the wrapper `job-brief-info` has a
    fixed width, and the svg is squeezed. The way to fix this in this PR is
    to change width to `fit-content` and exchange position of duration text
    and rerun svg.
    
    Before (rerun svg not shown on hover):
    
    <img width="1401" alt="Screen Shot 2023-06-27 at 12 53 41"
    src="https://github.com/go-gitea/gitea/assets/17645053/bb3f62ec-8c56-4dbc-96f1-718b50426d91">
    
    After:
    
    <img width="1409" alt="Screen Shot 2023-06-27 at 12 50 59"
    src="https://github.com/go-gitea/gitea/assets/17645053/620aa02c-2326-408d-a763-453f48f42c40">
    HesterG authored and GiteaBot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    86237e5 View commit details
    Browse the repository at this point in the history