We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Find a bug. See the followers page: https://gitea.com/appleboy?tab=followers
Reference PR: #24315
1.20.0+dev-601-g50133b02b
Yes
remove max-width: calc(100vw - 64px);
max-width: calc(100vw - 64px);
The text was updated successfully, but these errors were encountered:
IMO max-width: calc(100vw - 64px); is not wrong in this case.
The root problem is that the old code was wrong.
ui container user-cards : it should not use ui container
ui container user-cards
ui container
Sorry, something went wrong.
Fix user-cards format (#24428)
a18919b
Fixes #24418
Fix user-cards format (go-gitea#24428)
316f08c
Fixes go-gitea#24418
Fix user-cards format (#24428) (#24431)
7d7ba76
Backport #24428 by @KN4CK3R Fixes #24418 Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Successfully merging a pull request may close this issue.
Description
Find a bug. See the followers page: https://gitea.com/appleboy?tab=followers
Reference PR: #24315
Gitea Version
1.20.0+dev-601-g50133b02b
Can you reproduce the bug on the Gitea demo site?
Yes
Screenshots
Before
After
remove
max-width: calc(100vw - 64px);
The text was updated successfully, but these errors were encountered: