Skip to content

Commit f24df45

Browse files
committed
increase the margin top and bottom of the list in the table, and remove the margin-top of the first element in the note body
1 parent 83a6031 commit f24df45

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Allure-source.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,8 @@ body.mobile table ul {
15041504
body.theme-allure table li,
15051505
body.mobile table li {
15061506
text-align: left;
1507+
line-height: 1.6rem;
1508+
padding-left: 10px;
15071509
}
15081510
body.theme-allure .ck-widget,
15091511
body.theme-allure .ck-widget.ck-widget_with-selection-handle,
@@ -1780,6 +1782,11 @@ body.theme-allure .note-detail-text {
17801782
line-height: 1.45;
17811783
}
17821784

1785+
body.theme-allure .ck-content > *:not(figure):first-child,
1786+
body.mobile .ck-content > *:not(figure):first-child {
1787+
margin-top: 0;
1788+
}
1789+
17831790
/* images */
17841791
body.theme-allure .ck-content .image,
17851792
body.mobile .ck-content .image {

0 commit comments

Comments
 (0)