Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/src/components/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const LinkContainer = styled.div`
const StyledInternalLink = styled(InternalLink)`
text-wrap: auto;
justify-content: end;
line-height: 1.25;
`;

type FieldContainerProps = {
Expand Down
5 changes: 5 additions & 0 deletions web/src/styles/global-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,9 @@ export const GlobalStyle = createGlobalStyle`
.hiddenCanvasElement{
display: none;
}

[class*="Toastify__toast-container"] {
top: unset;
padding-top: 20px;
}
`;