Skip to content

Commit

Permalink
fix(rjsf): fix empty label alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jun 20, 2022
1 parent 204adc9 commit 1cd1f35
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/styles/styles.global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,11 @@ body {
.dropdown-menu {
max-height: 280px;
overflow-y: auto;
}
}


.rjsf {
.form-label:empty {
display: none;
}
}

0 comments on commit 1cd1f35

Please sign in to comment.