Skip to content

Commit

Permalink
Merge pull request #473 from EyeSeeTea/fix/search-space
Browse files Browse the repository at this point in the history
Align the search input with the data table component
  • Loading branch information
MiquelAdell authored Dec 9, 2024
2 parents 85d8b17 + f9a8c05 commit d85d170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/components/dataset-table/DataSetTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const DataSetTable: React.FC = React.memo(() => {
<HomeTabs activeTab="dataSets" />
<ObjectsTable
onActionButtonClick={goToCreateDataSet}
className="dataset-table"
{...tableConfig}
sideComponents={
<DataSetDetails
Expand Down
4 changes: 4 additions & 0 deletions src/webapp/pages/app/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ li {
tr:has(.MuiAlert-message) {
background-color: rgb(255, 238, 238);
}

.dataset-table div[data-test="search"] {
padding-inline-start: 0.4em;
}

0 comments on commit d85d170

Please sign in to comment.