Skip to content

Commit

Permalink
Protect day/year widths from AL styles
Browse files Browse the repository at this point in the history
Untested yet, but not sure when I'll get to that. Worked with a locally edited copy. At least shouldn't break anything.
  • Loading branch information
plocket authored May 9, 2023
1 parent e1dbfc5 commit a12a266
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 a12a266

Please sign in to comment.