We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2014c commit de29b31Copy full SHA for de29b31
1 file changed
src/frontend/src/components/ReactHookEditableList.tsx
@@ -49,7 +49,7 @@ const ReactHookEditableList: React.FC<ReactHookEditableListProps> = ({ name, ls,
49
variant="contained"
50
color="primary"
51
onClick={() => append({ bulletId: -1, detail: '' })}
52
- sx={{ width: 'max-content', marginBottom: '40px' }}
+ sx={{ width: 'max-content', marginBottom: '30px', marginTop: '10px' }}
53
>
54
{bulletName ? `+ Add ${bulletName}` : '+ Add new bullet'}
55
</NERButton>
0 commit comments