Skip to content

Commit

Permalink
fix: Remove CSS rule for hiding the Form.Item error message
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe committed Aug 27, 2024
1 parent 55b3f9b commit 94c0063
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
:global(.ant-modal-confirm-btns) {
display: none;
}
:global(.ant-form-item-explain) {
display: none;
}
:global(.ant-form-item) {
min-width: fit-content;
}
Expand Down

0 comments on commit 94c0063

Please sign in to comment.