We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7908cb commit 6be7d77Copy full SHA for 6be7d77
src/pages/PatientDirectory/PatientDirectory.style.ts
@@ -11,7 +11,8 @@ export const PatientDirectoryContainer = styled.div`
11
export const SearchWrapper = styled.div`
12
display: flex;
13
flex-direction: column;
14
- gap: 8px;
+ gap: 16px;
15
+ max-width: 38.75rem;
16
padding: 18px;
17
18
& > div > div {
0 commit comments