Skip to content

Commit

Permalink
Align the search input with the data table component
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Dec 5, 2024
1 parent 85d8b17 commit 1a1bc02
Showing 1 changed file with 4 additions and 0 deletions.
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);
}

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

0 comments on commit 1a1bc02

Please sign in to comment.