We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cb3f5 commit 2d2c605Copy full SHA for 2d2c605
web/src/pages/Cases/CaseDetails/MaintenanceButtons/index.tsx
@@ -33,7 +33,7 @@ const PopupContainer = styled.div`
33
height: fit-content;
34
overflow-y: auto;
35
z-index: 1;
36
- padding: 27px 10px;
+ padding: 27px;
37
gap: 16px;
38
border: 1px solid ${({ theme }) => theme.stroke};
39
background-color: ${({ theme }) => theme.whiteBackground};
0 commit comments