IO-830 Label fix.

This commit is contained in:
Patrick Fic
2021-03-31 11:41:17 -07:00
parent eca5bd21ae
commit 79fc39b964
6 changed files with 27 additions and 16 deletions

View File

@@ -68,8 +68,8 @@ export function JobDetailCards({ setPrintCenterContext }) {
<Drawer
visible={!!selected}
destroyOnClose
height={drawerPercentage}
placement="top"
width={drawerPercentage}
placement="right"
onClose={handleDrawerClose}
>
{loading ? <LoadingSpinner /> : null}