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