Borked button alignment on organization page #6952

Closed
opened 2025-11-02 07:12:01 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @noerw on GitHub (Mar 2, 2021).

  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

In current Firefox & current chromium some buttons are badly aligned, see screenshots.

Screenshots

grafik

Originally created by @noerw on GitHub (Mar 2, 2021). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- - Gitea version (or commit ref): current master (def964e57) - Git version: - Operating system: <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package --> <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. ---> <!-- If you are using a package or systemd tell us what distribution you are using --> - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) - [ ] No - Log gist: <!-- It really is important to provide pertinent logs --> <!-- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems --> <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description In current Firefox & current chromium some buttons are badly aligned, see screenshots. ## Screenshots ![grafik](https://user-images.githubusercontent.com/7880552/109667177-c9a7d700-7b67-11eb-99ac-23fe4267a31e.png)
GiteaMirror added the topic/uitype/bug labels 2025-11-02 07:12:02 -06:00
Author
Owner

@CL-Jeremy commented on GitHub (Mar 13, 2021):

Hmm okay so this was fixed differently in #14924 as I already put up a solution to the chevrons in CL-Jeremy#6 with very slight differences (I removed the outer <div class="ui"> and used flex instead of inline-flex for <a>, as I used mr-2 instead of a space as spacer). I guess I'll keep my solution for 1.15.0 when that PR gets merged by then.

@CL-Jeremy commented on GitHub (Mar 13, 2021): Hmm okay so this was fixed differently in #14924 as I already put up a solution to the chevrons in CL-Jeremy#6 with very slight differences (I removed the outer `<div class="ui">` and used flex instead of inline-flex for `<a>`, as I used `mr-2` instead of a space as spacer). I guess I'll keep my solution for 1.15.0 when that PR gets merged by then.
Author
Owner

@zeripath commented on GitHub (Mar 13, 2021):

Whatever looks best and is simplest without breaking stuff. I only went the way I went because it appeared simpler

@zeripath commented on GitHub (Mar 13, 2021): Whatever looks best and is simplest without breaking stuff. I only went the way I went because it appeared simpler
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#6952