We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a93b0 commit 2b26ba4Copy full SHA for 2b26ba4
src/Common/Progressing.tsx
@@ -53,7 +53,7 @@ export const DetailsProgressing = ({
53
children,
54
}: ProgressingProps): JSX.Element => (
55
<div
56
- className={`details-loader bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : 'details-loader-height'}`}
+ className={`bg__primary flex column fs-14 fw-6 ${fullHeight ? 'h-100' : ''}`}
57
style={styles}
58
data-testid="details-progressing"
59
>
0 commit comments