index.js /upload 파일
<Form.Item className='buttons'>
<Button id="submit-button" size="large" htmlType="submit">Submit</Button>
<Button id="reset-button" size="large" htmlType="reset">Reset</Button>
</Form.Item>
index.css /upload 파일
.buttons{
display: flex;
justify-content: flex-end;
}
이렇게 입력할 경우 className이 buttons인 태그의 자식 태그들이 우측으로 정렬되어야하는 것 아닌가용...
적용이 안되는 이유가 있는지 궁금합니당