Skip to content

Commit b46d0b4

Browse files
committed
fix: remove unnecessary padding from MaterialHistory component
1 parent f75f5d6 commit b46d0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/MaterialHistory/MaterialHistory.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const MaterialHistory = ({
5858
return (
5959
// added for consistent typing
6060
// eslint-disable-next-line react/jsx-no-useless-fragment
61-
<div className="flexbox-col dc__gap-12 py-12 px-16">
61+
<div className="flexbox-col dc__gap-12">
6262
{dateKeys.map((date) => {
6363
const historyList = materialHistoryMapWithTime[date]
6464
return (

0 commit comments

Comments
 (0)