-
-
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
Remove max-width and add hide text overflow #27359
Remove max-width and add hide text overflow #27359
Conversation
@@ -468,7 +468,7 @@ | |||
{{.Repository.OwnerName}}/{{.Repository.Name}} | |||
</div> | |||
</div> | |||
<div class="item-right gt-df gt-ac"> | |||
<div class="item-right gt-df gt-ac gt-m-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div class="item-right gt-df gt-ac gt-m-2"> | |
<div class="item-right gt-df gt-ac gt-m-2"> |
@@ -491,7 +491,7 @@ | |||
{{.Repository.OwnerName}}/{{.Repository.Name}} | |||
</div> | |||
</div> | |||
<div class="item-right gt-df gt-ac"> | |||
<div class="item-right gt-df gt-ac gt-m-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div class="item-right gt-df gt-ac gt-m-2"> | |
<div class="item-right gt-df gt-ac gt-m-2"> |
Yes, |
style was not applied |
@puni9869 @silverwind should be all set now. Added tooltips. They are a bit off in terms of styling, which bugs me, but is out of the scope of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏 thanks!
Backport #27359 by @kdumontnu Closes #27358 Co-authored-by: Kyle D <kdumontnu@gmail.com>
* giteaofficial/main: Respect SSH.KeygenPath option when calculating ssh key fingerprints (go-gitea#27536) Remove max-width and add hide text overflow (go-gitea#27359) Fix `environment-to-ini` inherited key bug (go-gitea#27543) Improve docs about register/run as a service (go-gitea#27461) api: GetPullRequestCommits: return file list (go-gitea#27483) switch to using official AWS step in release nightly (go-gitea#27532) Improve file history UI and fix URL escaping bug (go-gitea#27531) Improve dropdown's behavior when there is a search input in menu (go-gitea#27526) Simplify `contrib/backport` (go-gitea#27520) Add docs section for sub-paths with the container registry (go-gitea#27505) Document our new labeling strategy (go-gitea#27523) [skip ci] Updated translations via Crowdin Restore warning commit status (go-gitea#27504) Update labeler to match new labeling system (go-gitea#27525) Apply to become a maintainer (go-gitea#27522) Remove unnecessary desc for openssh key cron task (go-gitea#27515) Tweak labeler config (go-gitea#27502) Add hover background to wiki list page (go-gitea#27507) [FIX] missing ctx in new_form (go-gitea#27514)
Closes #27358
I'm happy for someone else to take this over if there is a more desirable solution, but this seemed like the simplest fix to me.
Before:
After: