8000 docs(docs-infra): fix for document overflow issue on template-driven-… · angular/angular@10f1714 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10f1714

Browse files
committed
docs(docs-infra): fix for document overflow issue on template-driven-forms page

1 parent 13e3966 commit 10f1714

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adev/shared-docs/styles/_resets.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@
294294
label-text-size: 0.8125rem,
295295
));
296296

297+
.mat-mdc-tab-label-container {
298+
max-width: calc(100vw - 30rem);
299+
}
300+
297301
.mat-mdc-tab-labels {
298302
gap: 0;
299303
border-bottom: 0;

0 commit comments

Comments
 (0)
0