-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Ensure popup text is aligned left #17327
Ensure popup text is aligned left #17327
Conversation
Fomantic UI is using |
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.
Happy to take this as a temporary fix with that comment until we can refactor branch table to flexbox.
Signed-off-by: Mario Lubenka <[email protected]>
288860b
to
7fc50c4
Compare
I applied the suggestions. |
make lgtm work |
Please send backport to release/v1.15 |
Signed-off-by: Mario Lubenka <[email protected]>
When hovering over the pull request number, a popup opens with more details on the pull request.
In branch list, the contents are aligned to the right since the original link also is.
https://try.gitea.io/saitho/test/branches
Setting a
text-align
on popup solves that.