[antd] FormItem 으로 엘리먼트를 감쌀 때 알 수 없는 공백(space)가 들어갈 경우 해결 사례 By itpsolver | 2월 24, 2022 0 Comment css .ant-form-item { margin-bottom: 0; } .ant-form-item-control { max-width: 100%; } 참고 https://stackoverflow.com/questions/56782898/how-to-reduce-spacing-between-antd-form-items