From 0cad79ae971d10e2ef503a21d198780a3ad6ecc5 Mon Sep 17 00:00:00 2001 From: Norby <37236152+KatunaNorbert@users.noreply.github.com> Date: Thu, 21 Jan 2021 11:38:55 +0200 Subject: [PATCH] cut asset teasers title length (#309) * cut asset teasers title length, variable title font size on asset detail * fixed linter errors * changed title length to 2 lines in Asset teasers * asset details long titles handle(wip) * remove asset details title changes * remove unused imports --- src/components/molecules/AssetTeaser.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/AssetTeaser.tsx b/src/components/molecules/AssetTeaser.tsx index 622db1422..68b5eb6db 100644 --- a/src/components/molecules/AssetTeaser.tsx +++ b/src/components/molecules/AssetTeaser.tsx @@ -32,7 +32,9 @@ const AssetTeaser: React.FC = ({ ddo }: AssetTeaserProps) => { > {dataTokenInfo?.symbol} -

{name}

+ +

{name}

+
{isCompute &&
Compute
}