Skip to content

Commit

Permalink
use a custom className
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Dec 5, 2024
1 parent 1a1bc02 commit f9a8c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion src/webapp/pages/app/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ tr:has(.MuiAlert-message) {
background-color: rgb(255, 238, 238);
}

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

0 comments on commit f9a8c05

Please sign in to comment.