Merge pull request #663 from ericguirbal/fix661

Fix a whitespace issue in aggregation table
This commit is contained in:
Anna Dabrowska
2023-11-13 15:26:41 +01:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@ -20,3 +20,17 @@
.dokuwiki .struct_entry_form {
display: none;
}
.dokuwiki .structaggregation {
&.structaggregationtable, &.structaggregationeditortable {
table.inline td {
& > *:last-child {
margin-bottom: 0;
}
& > *:first-child {
margin-top: 0;
}
}
}
}

View File

@ -334,6 +334,13 @@ form.struct_newschema {
.dokuwiki .structaggregation {
&.structaggregationtable,
&.structaggregationeditortable {
table.inline td > *:last-child {
margin-bottom: 0;
}
}
&.structaggregationlist > ul li div {
display: inline;