Skip to content

Commit

Permalink
minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Oct 19, 2023
1 parent 94cf7a5 commit 26948d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/FacilityConfigure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const FacilityConfigure = (props: IProps) => {
crumbsReplacements={{
[facilityId]: { name: state.form.name },
}}
className="mx-auto max-w-3xl"
className="max-w-3xl overflow-x-hidden"
>
<div className="cui-card mt-4">
<form onSubmit={handleSubmit}>
Expand Down

0 comments on commit 26948d2

Please sign in to comment.