Lucas/t 223 i can add comments to companies or people using the right (#181)
* wip * Implemented comment input text component * Improved behavior
This commit is contained in:
8
front/src/layout/right-drawer/RightDrawerBody.tsx
Normal file
8
front/src/layout/right-drawer/RightDrawerBody.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
export const RightDrawerBody = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
padding: 8px;
|
||||
`;
|
||||
Reference in New Issue
Block a user