mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
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:
parent
631cc0b29e
commit
3d66086eeb
2 changed files with 5 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -209,6 +209,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.datasources-search-box {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.datasources-info {
|
||||
display: contents;
|
||||
font-weight: 500 !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue