diff --git a/public/app/core/components/Branding/Branding.tsx b/public/app/core/components/Branding/Branding.tsx index b892ac3319f..73cd15e3a36 100644 --- a/public/app/core/components/Branding/Branding.tsx +++ b/public/app/core/components/Branding/Branding.tsx @@ -7,9 +7,13 @@ export interface BrandComponentProps { } export const LoginLogo: FC = ({ className }) => { + const maxSize = css` + max-width: 150px; + `; + return ( <> - Grafana + Grafana
); diff --git a/public/app/core/components/Login/LoginPage.tsx b/public/app/core/components/Login/LoginPage.tsx index c565e0de1d7..d5faea93799 100644 --- a/public/app/core/components/Login/LoginPage.tsx +++ b/public/app/core/components/Login/LoginPage.tsx @@ -15,7 +15,7 @@ export const LoginPage: FC = () => {
- +
{({ diff --git a/public/app/features/admin/LicenseChrome.tsx b/public/app/features/admin/LicenseChrome.tsx index 3b0c87f8ec7..60f36cbb261 100644 --- a/public/app/features/admin/LicenseChrome.tsx +++ b/public/app/features/admin/LicenseChrome.tsx @@ -57,7 +57,6 @@ export const LicenseChrome: React.FC = ({ header, editionNotice, subheade }} >