Skip to content

Commit

Permalink
Merge pull request #176 from SuffolkLITLab/day_year_widths
Browse files Browse the repository at this point in the history
Protect day/year widths from AL styles
  • Loading branch information
nonprofittechy authored May 9, 2023
2 parents e1dbfc5 + a12a266 commit 1737190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docassemble/ALToolbox/data/static/al_three_parts_date.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@
.al_three_parts_date.al_invalid .col-year {
padding-right: 0;
}

/* Avoid AL styles elongating date and year fields and codify widths. */
.al_three_parts_date .col > * {
width: 100%;
}

0 comments on commit 1737190

Please sign in to comment.