mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 17:18:59 +00:00
Merge pull request #604 from omeid/dev
Fix x padding for #repo-content for width < 1170px
This commit is contained in:
commit
0d5d555521
|
@ -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 {
|
||||||
|
@ -655,4 +655,4 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-left: 44px;
|
margin-left: 44px;
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue