Skip to content

Commit

Permalink
fix w-full error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 21, 2024
1 parent d3cea0e commit cd326cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/static_src/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ django-form-collection .dj-form {
}

django-form-collection .dj-form .dj-form-errors {
@apply w-100;
@apply w-full;
}

0 comments on commit cd326cd

Please sign in to comment.