mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Minor fix for #2710
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user