diff --git a/web/src/components/Field.tsx b/web/src/components/Field.tsx index 891ae8936..e9db47561 100644 --- a/web/src/components/Field.tsx +++ b/web/src/components/Field.tsx @@ -67,6 +67,7 @@ const LinkContainer = styled.div` const StyledInternalLink = styled(InternalLink)` text-wrap: auto; justify-content: end; + line-height: 1.25; `; type FieldContainerProps = { diff --git a/web/src/styles/global-style.ts b/web/src/styles/global-style.ts index 94edd40d4..1fb902bec 100644 --- a/web/src/styles/global-style.ts +++ b/web/src/styles/global-style.ts @@ -124,4 +124,9 @@ export const GlobalStyle = createGlobalStyle` .hiddenCanvasElement{ display: none; } + + [class*="Toastify__toast-container"] { + top: unset; + padding-top: 20px !important; + } `;