-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Labels
issue/regression
Issue needs no code to be fixed, only a description on how to fix it yourself
Comments
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
Seems this CSS got lost somehow: .repository .navbar {
justify-content: space-between;
display: flex;
} |
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)
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
The text was updated successfully, but these errors were encountered: