fixes(#1841): Alignment of title and description in card

This commit is contained in:
Anna Vítová 2024-03-27 12:49:36 +01:00 committed by Klara Simickova
parent 4e53e61560
commit eafd67ee08

View file

@ -52,7 +52,6 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => {
{isLoading && blueprint.id === selectedBlueprintId && (
<Spinner size="md" />
)}
&nbsp;&nbsp;
{blueprint.name}
</CardTitle>
</CardHeader>