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

Fix the spacing issue in the Project view #30415

Merged
merged 7 commits into from
Apr 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
modify margin
  • Loading branch information
HEREYUA committed Apr 11, 2024
commit 9f063ceb3f1506f4f3bbc2f7cc07156f97765a32
4 changes: 3 additions & 1 deletion templates/org/projects/view.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
{{template "shared/user/org_profile_avatar" .}}
<div class="ui container">
{{template "user/overview/header" .}}
<div class="tw-mb-4">
{{template "user/overview/header" .}}
</div>
</div>
<div class="ui container fluid padded">
{{template "projects/view" .}}
Expand Down