Skip to content

Commit

Permalink
fix(css): responsive width for select2 components
Browse files Browse the repository at this point in the history
  • Loading branch information
calummackervoy committed Sep 12, 2024
1 parent e123886 commit c969748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itou/static/css/itou.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ duet-date-picker.is-invalid ~ .invalid-feedback {
border: 2px dashed var(--bs-danger);
}

.form-group > .select2-container--bootstrap-5 {
width: 100% !important;
}

.file-dropzone {
width: 100%;
border: 2px dashed var(--bs-gray-700);
Expand Down

0 comments on commit c969748

Please sign in to comment.