Opened 7 weeks ago

Last modified 5 weeks ago

#35404 new Bug

Admin fieldset multiple flexbox regressions — at Initial Version

Reported by: minusf Owned by: nobody
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: css admin fieldset accessibility
Cc: minusf Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

Hello. I have noticed a couple regressions in the admin fieldset css. I think they are all related to switching <div class="form-row"> to flexbox.

  1. input type=text boxes on the right side grow in height if the label doesn't fit into 160px.
  1. long labels have uncovered another issue: incorrect line height and a forced height in general.
  1. checkboxes are not aligned with their labels.

Change History (4)

by minusf, 7 weeks ago

Attachment: flexbox-input.png added

by minusf, 7 weeks ago

Attachment: long-labels-with-patch.png added

by minusf, 7 weeks ago

Attachment: unaligned-checkbox.png added

by minusf, 7 weeks ago

Attachment: checkbox-wo-flexbox.png added
Note: See TracTickets for help on using tickets.
Back to Top