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

Issue with comment header display after change to flex #13316

Closed
mrsdizzie opened this issue Oct 26, 2020 · 1 comment · Fixed by #13356
Closed

Issue with comment header display after change to flex #13316

mrsdizzie opened this issue Oct 26, 2020 · 1 comment · Fixed by #13356
Labels
topic/ui Change the appearance of the Gitea UI type/bug
Milestone

Comments

@mrsdizzie
Copy link
Member

Screen Shot 2020-10-26 at 10 36 47 AM

Seems to come from @kolaente PR #13039

display: flex;
justify-content: space-between;

@mrsdizzie mrsdizzie added type/bug topic/ui Change the appearance of the Gitea UI labels Oct 26, 2020
@mrsdizzie mrsdizzie added this to the 1.13.0 milestone Oct 26, 2020
@silverwind
Copy link
Member

silverwind commented Oct 26, 2020

Probably need to put left-aligned content into it's own flexbox to prevent this, e.g. flex parent has two children, left and right-aligned which space-between then puts apart).

silverwind added a commit to silverwind/gitea that referenced this issue Oct 29, 2020
Apply more flexboxes on comment header and remove float hacks. Needs
1.13 backport.

Fixes: go-gitea#13316
lafriks added a commit that referenced this issue Oct 31, 2020
Apply more flexboxes on comment header and remove float hacks. Needs
1.13 backport.

Fixes: #13316

Co-authored-by: Lauris BH <lauris@nix.lv>
silverwind added a commit to silverwind/gitea that referenced this issue Oct 31, 2020
Apply more flexboxes on comment header and remove float hacks. Needs
1.13 backport.

Fixes: go-gitea#13316

Co-authored-by: Lauris BH <lauris@nix.lv>
techknowlogick pushed a commit that referenced this issue Oct 31, 2020
Apply more flexboxes on comment header and remove float hacks. Needs
1.13 backport.

Fixes: #13316

Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: Lauris BH <lauris@nix.lv>
@go-gitea go-gitea locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants