-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Fix) UI Issue with Jumbled Search Results when PatientSearchBar Comp…
…onent is used in a workspace (#1257) * fix: ui bug that jumbles up ui on small windows * refactor: scope patient search bar rule to only searchBarWrapper * refactor: use carbon styling for height * fix: 50vw width on small windows --------- Co-authored-by: Dennis Kigen <[email protected]>
- Loading branch information
1 parent
da907fc
commit 120257c
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
@import '../root.scss'; | ||
|
||
.patientSearchBar { | ||
width: 50vw; | ||
width: 100%; | ||
position: relative; | ||
} | ||
|
||
|