Skip to content

Commit 7332737

Browse files
authored
Merge pull request #520 from topcoder-platform/TCA-990
TCA-990 fix cert layout when print/download
2 parents b48426e + c043a41 commit 7332737

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src-ts/tools/learn/learn-lib/tca-certificate-preview/tca-certificate/TCACertificate.module.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,11 @@
235235
}
236236
}
237237
}
238-
}
238+
}
239+
240+
// print/download styles
241+
:global(.canvas-clone) {
242+
.certText {
243+
margin-bottom: $space-xxxl !important;
244+
}
245+
}

0 commit comments

Comments
 (0)