fix(aio): do not wrap `<code-tabs>` tab labels

Fixes #17751
This commit is contained in:
Georgios Kalpakas 2017-07-18 12:30:01 +03:00 committed by Pete Bacon Darwin
parent cdb069ab0e
commit 92179bcc64
1 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,11 @@ aio-code pre {
}
}
.code-tab-group div.mat-tab-body-content {
.code-tab-group .mat-tab-label {
white-space: nowrap;
}
.code-tab-group .mat-tab-body-content {
height: auto;
transform: none;
}