Skip to content

Commit

Permalink
Fix spinner sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jul 11, 2024
1 parent 5d20cbe commit 715d0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/src/containers/SampleListViewContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ class SampleListViewContainer extends React.Component {
<img
src={loader}
className="img-centerd img-responsive"
width="10rem"
width="150"
alt=""
/>
</div>
Expand Down
7 changes: 1 addition & 6 deletions ui/src/containers/SampleQueueContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,7 @@ class SampleQueueContainer extends React.Component {
</Nav>
{loading ? (
<div className="center-in-box" style={{ zIndex: '1000' }}>
<img
src={loader}
className="img-responsive"
width="10rem"
alt=""
/>
<img src={loader} className="img-responsive" width="100" alt="" />
</div>
) : null}
<CurrentTree
Expand Down

0 comments on commit 715d0a8

Please sign in to comment.