Fix optimistic rendering (#2882)
* Release 0.2.1 * Optimistic rendering fixes * Fix optimistic rendering * Fix issues on Tasks * Fix Opportunity picker and relation picker
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
|
||||
const StyledSection = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
gap: ${({ theme }) => theme.betweenSiblingsGap};
|
||||
`;
|
||||
|
||||
export { StyledSection as NavigationDrawerSection };
|
||||
|
||||
Reference in New Issue
Block a user