Skip to content

Commit

Permalink
(fix) O3-3915: The buttons in the refine-search overlay for the patie…
Browse files Browse the repository at this point in the history
…nt search button are partially hidden in a desktop layout (#1311)
  • Loading branch information
mccarthyaaron authored Sep 15, 2024
1 parent 07da6a7 commit 1e3f177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ const RefineSearch: React.FC<RefineSearchProps> = ({ setFilters, inTabletOrOverl
}

return (
<form onSubmit={handleSubmit} className={styles.refineSeachContainer} data-openmrs-role="Refine Search">
<form onSubmit={handleSubmit} className={styles.refineSearchContainer} data-openmrs-role="Refine Search">
<h2 className={styles.productiveHeading02}>{t('refineSearch', 'Refine search')}</h2>
<div className={styles.field}>
<div className={styles.labelText}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use '@carbon/type';
@use '@openmrs/esm-styleguide/src/vars' as *;

.refineSeachContainer {
.refineSearchContainer {
h2 {
margin: layout.$spacing-03 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
.desktopOverlay {
position: fixed;
top: layout.$spacing-09;
bottom: 0;
right: 0;
height: 100vh;
width: 26.25rem;
background-color: $ui-01;
border-left: 1px solid $text-03;
Expand Down

0 comments on commit 1e3f177

Please sign in to comment.