Skip to content

Commit

Permalink
docs(docs-infra) code example in 'usage notes' tab is shrunk
Browse files Browse the repository at this point in the history
Fixes CSS bug that docs detail tabs are shrunk and not have full available width

Fixes angular#52818
  • Loading branch information
dnlrbz authored and Daniil Rabizo committed Nov 18, 2023
1 parent 060ea83 commit f462b7a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@
width: 60%;
}
&:not(.adev-reference-api-tab) {
width: 100%;
max-width: var(--page-width);
}
}
Expand Down

0 comments on commit f462b7a

Please sign in to comment.