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 double border in system status table (#31363) #31401

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Fix double border in system status table (go-gitea#31363)

    Fix regression from go-gitea#30712 where
    the introduction of this `<div>` caused the `.ui.attached:not(.message)
    + .ui.attached.segment:not(.top)` CSS selector to no longer work and
    cause a double border.
    
    Before:
    
    <img width="200" alt="Screenshot 2024-06-13 at 19 06 12"
    src="https://github.com/go-gitea/gitea/assets/115237/a9fa0688-adf0-4b2d-a958-6a7679a62031">
    
    After:
    <img width="232" alt="Screenshot 2024-06-13 at 19 05 57"
    src="https://github.com/go-gitea/gitea/assets/115237/025b780f-f72f-4049-86de-a5d84851bd1d">
    
    ---------
    
    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    2 people authored and GiteaBot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    751e618 View commit details
    Browse the repository at this point in the history