Skip to content

Commit c82b8ac

Browse files
authored
Merge pull request #663 from ericguirbal/fix661
Fix a whitespace issue in aggregation table
2 parents 86ac732 + ea169a9 commit c82b8ac

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

print.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@
2020
.dokuwiki .struct_entry_form {
2121
display: none;
2222
}
23+
24+
.dokuwiki .structaggregation {
25+
&.structaggregationtable, &.structaggregationeditortable {
26+
table.inline td {
27+
& > *:last-child {
28+
margin-bottom: 0;
29+
}
30+
& > *:first-child {
31+
margin-top: 0;
32+
}
33+
}
34+
}
35+
}
36+

style.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@ form.struct_newschema {
334334

335335
.dokuwiki .structaggregation {
336336

337+
&.structaggregationtable,
338+
&.structaggregationeditortable {
339+
table.inline td > *:last-child {
340+
margin-bottom: 0;
341+
}
342+
}
343+
337344
&.structaggregationlist > ul li div {
338345
display: inline;
339346

0 commit comments

Comments
 (0)