From 8a0e57578c53f33974e5fa4ec9e7186996bc8cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:57:45 +0100 Subject: [PATCH] Fix app list layout on tablet (#3255) --- .../components/InstalledAppListRow/AppManifestUrl.tsx | 8 +++++--- .../InstalledAppListRow/InstalledAppListRow.tsx | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/new-apps/components/InstalledAppListRow/AppManifestUrl.tsx b/src/new-apps/components/InstalledAppListRow/AppManifestUrl.tsx index da26f27ab..aa2b8afdb 100644 --- a/src/new-apps/components/InstalledAppListRow/AppManifestUrl.tsx +++ b/src/new-apps/components/InstalledAppListRow/AppManifestUrl.tsx @@ -28,9 +28,11 @@ export const AppManifestUrl: React.FC = ({ }} > - - {new URL(manifestUrl).host} - + + + {new URL(manifestUrl).host} + + = props => { backgroundColor={!app.isActive ? "surfaceNeutralSubdued" : undefined} >