Skip to content

Commit

Permalink
fix: FK field with error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Dec 30, 2022
1 parent 14e8501 commit ee40f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ h3 span:nth-child(3) {
width: 100% !important;
}

.errors .select2.select2-container {
@apply border-red-600;
}

.select2-container.select2-container--admin-autocomplete .select2-selection--single {
@apply h-auto;
}
Expand Down

0 comments on commit ee40f10

Please sign in to comment.