From 1ab291f3e83335b62fa679e7040a89a4bff6d831 Mon Sep 17 00:00:00 2001 From: pal-sig <88981777+pal-sig@users.noreply.github.com> Date: Fri, 10 Dec 2021 11:28:11 +0530 Subject: [PATCH] fix: height for the top nav bar is fixed (#462) --- frontend/src/container/Header/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/Header/styles.ts b/frontend/src/container/Header/styles.ts index ef3cb15c37..feda027d24 100644 --- a/frontend/src/container/Header/styles.ts +++ b/frontend/src/container/Header/styles.ts @@ -4,5 +4,6 @@ import styled from 'styled-components'; export const Container = styled(Row)` &&& { margin-top: 2rem; + min-height: 8vh; } `;