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.
2 parents 86ac732 + ea169a9 commit c82b8acCopy full SHA for c82b8ac
print.less
@@ -20,3 +20,17 @@
20
.dokuwiki .struct_entry_form {
21
display: none;
22
}
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
@@ -334,6 +334,13 @@ form.struct_newschema {
334
335
.dokuwiki .structaggregation {
336
337
+ &.structaggregationtable,
338
+ &.structaggregationeditortable {
339
+ table.inline td > *:last-child {
340
341
342
343
344
&.structaggregationlist > ul li div {
345
display: inline;
346
0 commit comments