From 0a1666e82fecec07c47a97507d2b546cc9ca4da7 Mon Sep 17 00:00:00 2001 From: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:57:39 +0300 Subject: [PATCH] move subtitle --- .../PlaygroundResultFeatureDetails.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/PlaygroundResultFeatureDetails/PlaygroundResultFeatureDetails.styles.ts b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/PlaygroundResultFeatureDetails/PlaygroundResultFeatureDetails.styles.ts index 19227c0719..8b0f9645a4 100644 --- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/PlaygroundResultFeatureDetails/PlaygroundResultFeatureDetails.styles.ts +++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/PlaygroundResultFeatureDetails/PlaygroundResultFeatureDetails.styles.ts @@ -17,6 +17,7 @@ export const useStyles = makeStyles()(theme => ({ display: 'inline-flex', alignItems: 'flex-start', justifyItems: 'center', + marginTop: '-24px', gap: '6px', }, name: {