-
-
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
Fix margin on the new/edit project page. #25885
Fix margin on the new/edit project page. #25885
Conversation
Could you also have a mobile screenshot? |
Should do the same on new release page and possibly others to be consistent. |
Yes, I have a curated a list of inconsistent layouts. |
You mean another PR? I'm ok with that as well. |
Yes, In another Pr I will address those changes. |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Import `sortablejs` only once (go-gitea#25936) Make environment-to-ini work with INSTALL_LOCK=true (go-gitea#25926) Ignore `runs-on` with expressions when warning no matched runners (go-gitea#25917) Skip unuseful error message in dev mode when watching local filesystem (go-gitea#25919) Add shutting down notice (go-gitea#25920) Downgrading Snap to build with node/18 instead of node/20 Fix margin on the new/edit project page. (go-gitea#25885) Add 1.20.0 changelog (go-gitea#25901) Fix incorrect milestone count when provide a keyword (go-gitea#25880) Avoid opening/closing PRs which are already merged (go-gitea#25883) Make `add line comment` buttons focusable (go-gitea#25894) Fix "Flash" message usage (go-gitea#25895) [skip ci] Updated translations via Crowdin Add support for different Maven POM encoding (go-gitea#25873)
New/Edit Project page consistent layout. Fix margin on the new/edit page.
Before:
After