Skip to content

Commit

Permalink
fix(tailwind-formio): Fix help block css
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Apr 27, 2021
1 parent e936d65 commit d5ab411
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/tailwind-formio/styles/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,20 @@
}
}
}
.help-block {
@apply block text-sm text-center;
}

.has-error {
label, .error {
@apply text-red;
}

.help-block {
@apply p-3 block;
@apply text-red-700;
}

.form-control {
@apply border-red;

Expand Down Expand Up @@ -137,3 +145,4 @@ textarea.form-control {
hr {
@apply border-gray-300 mx-20 mb-5;
}

0 comments on commit d5ab411

Please sign in to comment.