mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-27 15:36:56 +08:00
Merge pull request #604 from omeid/dev
Fix x padding for #repo-content for width < 1170px
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
padding: 18px 0;
|
||||
}
|
||||
.repo-wide-wrapper {
|
||||
padding: 18px 0;
|
||||
padding: 18px;
|
||||
position: relative;
|
||||
}
|
||||
#repo-clone-url {
|
||||
|
Reference in New Issue
Block a user