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

New Label button align left but it should be right. #30226

Closed
lunny opened this issue Apr 1, 2024 · 2 comments · Fixed by #30238
Closed

New Label button align left but it should be right. #30226

lunny opened this issue Apr 1, 2024 · 2 comments · Fixed by #30238
Labels
issue/regression Issue needs no code to be fixed, only a description on how to fix it yourself

Comments

@lunny
Copy link
Member

lunny commented Apr 1, 2024

image
@lunny lunny added the issue/regression Issue needs no code to be fixed, only a description on how to fix it yourself label Apr 1, 2024
@silverwind
Copy link
Member

Seems this CSS got lost somehow:

.repository .navbar {
  justify-content: space-between;
  display: flex;
}

@silverwind
Copy link
Member

Regression from #29982.

silverwind added a commit that referenced this issue Apr 2, 2024
Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: #30226
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Apr 2, 2024
Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: go-gitea#30226
silverwind added a commit that referenced this issue Apr 2, 2024
Backport #30238 by @silverwind

Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: #30226

Co-authored-by: silverwind <[email protected]>
HenriquerPimentel pushed a commit to HenriquerPimentel/gitea that referenced this issue Apr 2, 2024
Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: go-gitea#30226
AvengerMoJo pushed a commit to AvengerMoJo/gitea that referenced this issue Apr 8, 2024
Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: go-gitea#30226
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this issue Apr 9, 2024
Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: go-gitea/gitea#30226
(cherry picked from commit 944c76e78423405a33450eb3d07cd2b772f4a81c)
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this issue Apr 10, 2024
Backport #30238 by @silverwind

Create a new `issue-navbar` class specifically for this bar, previous
class used in many places and I thought I had them all removed, but not
this one.

Fixes: go-gitea/gitea#30226

Co-authored-by: silverwind <[email protected]>
(cherry picked from commit 39322d9fc4644d2ede3efe3a9c4efee2e493d4cd)
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/regression Issue needs no code to be fixed, only a description on how to fix it yourself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants