Add space b/w search icon and text (#11474)

* Add space b/w search icon and text

* Moved the styles to global datasources

* Renamed to datasources-search-box

---------

Co-authored-by: Pochana Srikar Reddy <pochasri@amazon.com>
This commit is contained in:
Pochana Srikar Reddy 2025-03-10 11:43:16 +05:30 committed by GitHub
parent 631cc0b29e
commit 3d66086eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -200,7 +200,7 @@ export const GlobalDataSourcesPage = ({ darkMode = false, updateSelectedDatasour
<div className="datasource-search-holder">
<SearchBox
dataCy={`home-page`}
className="border-0 homepage-search"
className="border-0 homepage-search datasources-search-box"
darkMode={darkMode}
placeholder={`Search data sources`}
initialValue={queryString}

View file

@ -209,6 +209,10 @@
}
}
.datasources-search-box {
margin-left: 8px;
}
.datasources-info {
display: contents;
font-weight: 500 !important;