From c7f7aa3eba31e005abfa73af4d3d6fd46a1d6a2d Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 20 Jul 2023 09:07:27 +0900 Subject: [PATCH 1/2] Release v0.13.0 again From a545e0fb91d8bd0ddfc0463f86b4cb5e473447e8 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:12:25 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=8F=AA=20Revert=20line=20clamp=20(#1245)?= =?UTF-8?q?=20(#1246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard/Tiles/Apps/AppTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Tiles/Apps/AppTile.tsx b/src/components/Dashboard/Tiles/Apps/AppTile.tsx index 2500372e3..076b297b9 100644 --- a/src/components/Dashboard/Tiles/Apps/AppTile.tsx +++ b/src/components/Dashboard/Tiles/Apps/AppTile.tsx @@ -59,7 +59,7 @@ export const AppTile = ({ className, app }: AppTileProps) => { ta="center" weight={700} className={cx(classes.appName, 'dashboard-tile-app-title')} - lineClamp={2} + lineClamp={1} > {app.name}