Skip to content

Commit

Permalink
Replenish component, remove css - #1048
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Nov 27, 2023
1 parent 41b453b commit d3ce0f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions src/components/custom/search/BodyContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function BodyContent({ view }) {
data-ada-data='{"trigger": ".rdt_TableCell", "tabIndex": ".rdt_TableRow"}'
>
{wasSearched && <Results filters={filters} titleField={filters} rawResponse={rawResponse} view={view} />}
{!wasSearched && <Spinner />}
</div>
)
}
Expand Down
7 changes: 0 additions & 7 deletions src/sass/components/sui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@

.sui-resultsTable {
min-height: 400px;
@include xlg {
.spinner-wrapper {
position: absolute;
top: 30%; right: 45%;
transform: translate(50%,-50%);
}
}
}

#sui-tbl-checkbox-actions {
Expand Down

0 comments on commit d3ce0f7

Please sign in to comment.