Skip to content

Commit

Permalink
SL-837 - Vitals form in Ward App has a formatting issue (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton authored Jan 13, 2025
1 parent 4c5ff83 commit e61cb45
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const O2VisitSummaryWorkspace: React.FC<WardPatientWorkspaceProps> = ({ wardPati
];
const customJavaScript = `
jQuery('#formBreadcrumb').show();
jQuery('.simple-form-ui form section').width(300);
jQuery('.simple-form-ui form section').width(425);
jQuery('#nav-buttons').hide();
`;

Expand Down
Loading

0 comments on commit e61cb45

Please sign in to comment.