Left and right padding differ in box for editing bug description
Bug #415260 reported by
Matthew Paul Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAZR Javascript Library |
Triaged
|
Low
|
Unassigned | ||
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
1. In this bug report page, click the button for editing the description.
2. Look at this line:
aaaaaaaaaaaaaaa
The padding between the left edge of the text field and the left edge of the text is much greater than the padding between the right edge of the text field and the right edge of the text. This looks unattractive.
3. Click the cancel button.
Changed in lazr-js: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
It's actually quite tricky, at least it was for me, to get the padding correct and get the edit box to line up correctly when in edit mode versus display mode. The fix for bug 412574 will likely fix this, too.