Skip to content

Commit

Permalink
Remove text-width limit for docs (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh authored Jan 22, 2024
1 parent c089457 commit 3057123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/sass/_patterns_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@mixin juju-docs {
$sidebar-width: 18rem;

.docs #main-content p {
max-width: none;
}

.l-docs {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 3057123

Please sign in to comment.