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 dropdown text ellipsis (#30628) #30633

Merged
merged 2 commits into from
Apr 22, 2024

Commits on Apr 21, 2024

  1. Fix dropdown text ellipsis (go-gitea#30628)

    Follow
    go-gitea#30547 (comment)
    
    Fix go-gitea#30624
    
    The Fomantic UI Dropdown wasn't designed to work that way, its "text"
    element might contain images. So the "overflow" shouldn't be added to
    any general dropdown text.
    
    
    ![image](https://github.com/go-gitea/gitea/assets/2114189/f6ceaabd-bc89-4bf2-baa2-a6f0324c1962)
    wxiaoguang authored and GiteaBot committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    d94c1e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    0f1693d View commit details
    Browse the repository at this point in the history