Opened 10 years ago
Closed 10 years ago
#32242 closed enhancement (fixed)
Improve spacing of the Excerpt textarea.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
This patch does the following:
- Removes the
attachmentlinks
class (I couldn't find a single instance of this in the codebase?) - Adds
display: block
to the textarea to remove the 3-4 pixels below the textarea. (Maybe all <textarea>s should be a block element?) - See here. - Makes the textarea 100% width.
- Adds better spacing above the textarea.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
.attachmentlinks
was introduced in [3303]. I'm now trying to track down when that was corresponding HTML element was removed.