Skip to content

Commit 2d2c605

Browse files
style(web): update-menu-popup-padding
1 parent d5cb3f5 commit 2d2c605

File tree

1 file changed

+1
-1
lines changed
  • web/src/pages/Cases/CaseDetails/MaintenanceButtons

1 file changed

+1
-1
lines changed

web/src/pages/Cases/CaseDetails/MaintenanceButtons/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const PopupContainer = styled.div`
3333
height: fit-content;
3434
overflow-y: auto;
3535
z-index: 1;
36-
padding: 27px 10px;
36+
padding: 27px;
3737
gap: 16px;
3838
border: 1px solid ${({ theme }) => theme.stroke};
3939
background-color: ${({ theme }) => theme.whiteBackground};

0 commit comments

Comments
 (0)