Skip to content

Commit

Permalink
fix(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
Daniil Rabizo committed Nov 11, 2023
1 parent 3cf18bb commit d4b90b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 d4b90b2

Please sign in to comment.