Skip to content

Commit

Permalink
SL-835 - Attempt to fix css width
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jan 16, 2025
1 parent c82b642 commit 82004df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const O2VisitSummaryWorkspace: React.FC<WardPatientWorkspaceProps> = (props) =>
];
const customJavaScript = `
jQuery('#formBreadcrumb').show();
jQuery('.simple-form-ui form section').width(jQuery('#htmlform').width() - jQuery('#formBreadcrumb').width() - 30);
jQuery('.simple-form-ui form section').width(425);
jQuery('#nav-buttons').hide();
`;

Expand Down

0 comments on commit 82004df

Please sign in to comment.