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 that docs details tabs that are not API reference are shrunk and not have full available width

Fixes angular#52818
  • Loading branch information
Daniil Rabizo committed Nov 11, 2023
1 parent 3cf18bb commit 4440a3c
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 4440a3c

Please sign in to comment.