Skip to content

Commit

Permalink
Merge pull request #963 from web-illinois/bugfix/trubach/issue-959-re…
Browse files Browse the repository at this point in the history
…move-max-width-900px-on-p-tags-in-the-body-field

Remove max width on p tag for body field. Fixes #959
  • Loading branch information
trubach authored Nov 6, 2023
2 parents 7ab926e + 9ad4359 commit 581179f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
article {
.field--name-body {
@extend %fixed-width;

p {
max-width: 900px;
}
}
}
}

0 comments on commit 581179f

Please sign in to comment.