1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 20:28:40 +00:00

fix: margin

This commit is contained in:
Jason Song
2022-12-19 18:38:13 +08:00
parent b03f6e5b65
commit 825b838b81

View File

@@ -366,8 +366,7 @@ export function initRepositoryActionView() {
// action view header // action view header
.action-view-header { .action-view-header {
width: 1127px; margin: 0 0 20px 20px;
margin: 0 auto 20px auto;
} }
.action-info-summary { .action-info-summary {