From a7a38807df6fdc8e4cc705cc301c84f677a8cb3c Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:11:52 +0530 Subject: [PATCH] Defect2236159 (#1396) * autoscale and manual radiobuutton fixes * alt text attribute for images * Revert "alt text attribute for images" This reverts commit 5a660551c6289d475b6298f90abc9d149146772e. * alt text for decorative images --- .../Controls/NotebookGallery/InfoComponent/InfoComponent.tsx | 4 ++-- .../InfoComponent/__snapshots__/InfoComponent.test.tsx.snap | 1 + src/Explorer/SplashScreen/SplashScreen.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx b/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx index f2c5a2c6e..94515d46a 100644 --- a/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx +++ b/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx @@ -1,5 +1,5 @@ +import { HoverCard, HoverCardType, Icon, Label, Link, Stack } from "@fluentui/react"; import * as React from "react"; -import { Icon, Label, Stack, HoverCard, HoverCardType, Link } from "@fluentui/react"; import { CodeOfConductEndpoints } from "../../../../Common/Constants"; import "./InfoComponent.less"; @@ -41,7 +41,7 @@ export class InfoComponent extends React.Component { public render(): JSX.Element { return ( -
+
diff --git a/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap b/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap index 06ddee518..06d6559a6 100644 --- a/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap +++ b/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap @@ -12,6 +12,7 @@ exports[`InfoComponent renders 1`] = ` >
{ > {item.title} - +  {item.description}