IO-946 Adjust bill lines form layout.

This commit is contained in:
Patrick Fic
2021-05-03 13:25:34 -07:00
parent e285cfa2b0
commit 49603e5951
3 changed files with 20 additions and 57 deletions

View File

@@ -59,9 +59,9 @@ export function BillDetailEditcontainer({ setPartsOrderContext }) {
xs: "100%",
sm: "100%",
md: "100%",
lg: "80%",
lg: "100%",
xl: "80%",
xxl: "70%",
xxl: "80%",
};
const drawerPercentage = selectedBreakpoint
? bpoints[selectedBreakpoint[0]]