Skip to content

Commit 906be74

Browse files
authored
fix(web_common): loading icon size (#5378)
1 parent 1b2979b commit 906be74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/common/src/components/LoadingContainer/LoadingContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const LoadingContainer = React.forwardRef<
2828
function renderLoading() {
2929
return (
3030
<>
31-
<LoadingIcon />
31+
<LoadingIcon className="shrink-0" />
3232
{message && <span className="text-sm">{message}</span>}
3333
</>
3434
)

0 commit comments

Comments
 (0)