Skip to content

Commit 82defbf

Browse files
authored
Merge pull request #269 from devtron-labs/feat/global-search-replace
feat: global search replace
2 parents 1c69d9c + 2582172 commit 82defbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/SearchBar/SearchBar.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const SearchBar = ({
136136
type="text"
137137
{...inputProps}
138138
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 ${
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 dc__left-0 ${
140140
showClearButton ? 'pr-30' : 'pr-10'
141141
} ${noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50'}`}
142142
onChange={handleChange}

0 commit comments

Comments
 (0)