We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a6031 commit f24df45Copy full SHA for f24df45
Allure-source.css
@@ -1504,6 +1504,8 @@ body.mobile table ul {
1504
body.theme-allure table li,
1505
body.mobile table li {
1506
text-align: left;
1507
+ line-height: 1.6rem;
1508
+ padding-left: 10px;
1509
}
1510
body.theme-allure .ck-widget,
1511
body.theme-allure .ck-widget.ck-widget_with-selection-handle,
@@ -1780,6 +1782,11 @@ body.theme-allure .note-detail-text {
1780
1782
line-height: 1.45;
1781
1783
1784
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
+
1790
/* images */
1791
body.theme-allure .ck-content .image,
1792
body.mobile .ck-content .image {
0 commit comments