Skip to content

Commit

Permalink
fix: Remove CSS rule for hiding the Form.Item error message (#9872)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe authored Sep 20, 2024
1 parent 5906001 commit 43556e9
Showing 1 changed file with 3 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 Expand Up @@ -69,6 +66,9 @@
grid-auto-rows: max-content;
overflow-x: auto;

:global(.ant-form-item-explain) {
display: none;
}
.hyperparameterName {
align-items: center;
display: flex;
Expand Down

0 comments on commit 43556e9

Please sign in to comment.