IO-1732 Adjust tech job drawer width.

This commit is contained in:
Patrick Fic
2022-06-07 08:59:28 -07:00
parent 42195fccea
commit 9bf3974ba0

View File

@@ -43,9 +43,9 @@ export function TechLookupJobsDrawer({ bodyshop, setPrintCenterContext }) {
xs: "100%", xs: "100%",
sm: "100%", sm: "100%",
md: "100%", md: "100%",
lg: "70%", lg: "100%",
xl: "70%", xl: "90%",
xxl: "70%", xxl: "85%",
}; };
const drawerPercentage = selectedBreakpoint const drawerPercentage = selectedBreakpoint
? bpoints[selectedBreakpoint[0]] ? bpoints[selectedBreakpoint[0]]