We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5241361 + c1bf20a commit 269b145Copy full SHA for 269b145
web/src/components/Field.tsx
@@ -67,6 +67,7 @@ const LinkContainer = styled.div`
67
const StyledInternalLink = styled(InternalLink)`
68
text-wrap: auto;
69
justify-content: end;
70
+ line-height: 1.25;
71
`;
72
73
type FieldContainerProps = {
web/src/styles/global-style.ts
@@ -124,4 +124,9 @@ export const GlobalStyle = createGlobalStyle`
124
.hiddenCanvasElement{
125
display: none;
126
}
127
+
128
+ [class*="Toastify__toast-container"] {
129
+ top: unset;
130
+ padding-top: 20px !important;
131
+ }
132
0 commit comments