no message
This commit is contained in:
parent
cfe8719af3
commit
79d2ef2d79
@ -945,6 +945,9 @@
|
||||
.content .details-box .issue-bj:not(:last-of-type) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content .details-box .issue-bj:last-of-type {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.content .details-box .issue-bj .issue {
|
||||
padding: 0 26px 0 41px;
|
||||
margin-left: 5px;
|
||||
|
@ -1082,7 +1082,11 @@
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
&:last-of-type {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.issue {
|
||||
padding: 0 26px 0 41px;
|
||||
margin-left: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user