Skip to content

Commit

Permalink
fix: Add wrap for text overflow. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Apr 2, 2024
1 parent d2f3547 commit 7665289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AuthorizationDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function getAuthorizationGridOthersForMdAbove(data: OmrrData) {
</Grid>
</Grid>
</Grid>
<Grid item xs={12} sx={{ margin: '2em 0em 3em 0em' }}>
<Grid item xs={11} sx={{ margin: '2em 0em 3em 0em' }}>
<span style={{ fontFamily: 'BCSans-Italic', fontSize: '1.1em' }}>
Permits, Operational Certificates, and Approvals are necessary
for composting operations that handle 5,000 tonnes or more of
Expand Down

0 comments on commit 7665289

Please sign in to comment.