mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 23:24:25 +00:00
Fix x padding for #repo-content for width < 1170px
This pull request fixes the issue when resizing the window smaller than 1170 px, right now there is no padding/margin on sides and it looks broken.
This commit is contained in:
parent
e9875edcad
commit
80c6cc6321
@ -89,7 +89,7 @@
|
|||||||
padding: 18px 0;
|
padding: 18px 0;
|
||||||
}
|
}
|
||||||
.repo-wide-wrapper {
|
.repo-wide-wrapper {
|
||||||
padding: 18px 0;
|
padding: 18px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#repo-clone-url {
|
#repo-clone-url {
|
||||||
|
Loading…
Reference in New Issue
Block a user