mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Minor fix for #2710
This commit is contained in:
parent
8e160edbd5
commit
d320915ad2
9 changed files with 254 additions and 245 deletions
|
@ -1477,7 +1477,7 @@ footer .container .links > *:first-child {
|
|||
background-color: #fff;
|
||||
}
|
||||
.repository.view.issue .comment-list .comment .content > .bottom.segment a:before {
|
||||
content: "";
|
||||
content: ' ';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
|
@ -1601,6 +1601,9 @@ footer .container .links > *:first-child {
|
|||
.repository .label.list .item a.open-issues {
|
||||
margin-right: 30px;
|
||||
}
|
||||
.repository .label.list .item .ui.label {
|
||||
font-size: 1em;
|
||||
}
|
||||
.repository .milestone.list {
|
||||
list-style: none;
|
||||
padding-top: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue