Fix unwanted padding and a visual jump in the banner change description.

Review Request #13287 — Created Sept. 25, 2023 and submitted

Information

Review Board
release-6.x

Reviewers

When setting the banner change description, the field performs a little
jump, first shrinking to accomodate all text and then expanding
slightly. This is because the margin on a part of the banner was being
applied to the text, creating a little bit of extra space at the bottom
of the field.

This change tightens up the CSS to only apply the styling to the correct
parts of the banner, fixing this visual issue.

Tested clearing the field, saving, entering new text, and saving. There
was no longer a visual jump in the field. It instead maintained the
correct size.

Summary ID
Fix unwanted padding and a visual jump in the banner change description.
When setting the banner change description, the field performs a little jump, first shrinking to accomodate all text and then expanding slightly. This is because the margin on a part of the banner was being applied to the text, creating a little bit of extra space at the bottom of the field. This change tightens up the CSS to only apply the styling to the correct parts of the banner, fixing this visual issue.
3bfac4001bd504fddf53c487b156d4e8fc820505

david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (57f497f)
Loading...