The location of buttons in wiki home page is wrong? #12737

Closed
opened 2025-11-02 10:19:30 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @yp05327 on GitHub (Mar 26, 2024).

Description

image

Gitea Version

latest

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

build

Database

None

Originally created by @yp05327 on GitHub (Mar 26, 2024). ### Description ![image](https://github.com/go-gitea/gitea/assets/18380374/20ffddb1-76ac-4ee8-99ad-0689f7cbd752) ### Gitea Version latest ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? build ### Database None
GiteaMirror added the issue/confirmedtopic/uitype/bug labels 2025-11-02 10:19:30 -06:00
Author
Owner

@silverwind commented on GitHub (Mar 26, 2024):

Looks a regression from https://github.com/go-gitea/gitea/pull/29894, I will investigate. Looks this CSS is missing:

.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
  text-align: right;
  align-self: inherit;
}
@silverwind commented on GitHub (Mar 26, 2024): Looks a regression from https://github.com/go-gitea/gitea/pull/29894, I will investigate. Looks this CSS is missing: ```css .ui[class*="right aligned"].grid > .column, .ui[class*="right aligned"].grid > .row > .column, .ui.grid > [class*="right aligned"].row > .column, .ui.grid > [class*="right aligned"].column.column, .ui.grid > .row > [class*="right aligned"].column.column { text-align: right; align-self: inherit; }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12737