Skip to content

Commit 3c2e5ad

Browse files
committed
TCA-803 fix cert layout for large-container view
1 parent be933b8 commit 3c2e5ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src-ts/tools/learn/tca-certificate/certificate-view/certificate/Certificate.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@
173173
}
174174
}
175175

176+
:global(.large-container) {
177+
.certWrap {
178+
max-width: 800px;
179+
}
180+
}
181+
176182
// Small view styles
177183
:global(.small-container) {
178184
max-width: 420px;

0 commit comments

Comments
 (0)