Skip to content

Commit 0fadec1

Browse files
committed
Fix a whitespace issue in aggregation table
In a cell with data of type wiki, the non-zero margin-bottom of the last block element creates an unpleasant whitespace. This fixes #661.
1 parent 5d255dd commit 0fadec1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.less

Lines changed: 8 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

@@ -425,6 +432,7 @@ form.struct_newschema {
425432
}
426433
}
427434

435+
428436
.dokuwiki .structaggregationcloud {
429437
ul {
430438
text-align: center;

0 commit comments

Comments
 (0)