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 5a4868f commit c255d5eCopy full SHA for c255d5e
src/features/common/components/card/card.component.tsx
@@ -154,7 +154,7 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
154
>
155
{messages.success.map((line, index) => {
156
return (
157
- <div key={index}>
+ <div key={index} style={{ display: "flex" }}>
158
<CheckIcon />
159
<CardMessageComponent key={index}>{line}</CardMessageComponent>
160
</div>
0 commit comments