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 3f33ef8 commit 963fed2
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 112 deletions.
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(425);
jQuery('.simple-form-ui form section').width(jQuery('#htmlform').width() - jQuery('#formBreadcrumb').width() - 30);
jQuery('#nav-buttons').hide();
`;

Expand Down
Loading

0 comments on commit 963fed2

Please sign in to comment.