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 e575714 commit 1e2da98Copy full SHA for 1e2da98
src/Common/SearchBar/SearchBar.component.tsx
@@ -136,9 +136,9 @@ const SearchBar = ({
136
type="text"
137
{...inputProps}
138
defaultValue={initialSearchText}
139
- className={`search-bar__input dc__position-abs w-100 h-100 br-4 dc__no-border pt-6 pr-10 pb-6 pl-30 fs-13 lh-20 fw-4 cn-9 placeholder-cn5 ${
+ className={`search-bar__input dc__position-abs w-100 h-100 br-4 dc__no-border pt-6 pr-10 pb-6 pl-30 fs-13 lh-20 fw-4 cn-9 placeholder-cn5 dc__left-0 ${
140
showClearButton ? 'pr-30' : 'pr-10'
141
- } ${noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50'} dc__left-0`}
+ } ${noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50'}`}
142
onChange={handleChange}
143
onKeyDown={handleKeyDown}
144
ref={inputCallbackRef}
0 commit comments