Opened 11 years ago
Closed 11 years ago
#32242 closed enhancement (fixed)
Improve spacing of the Excerpt textarea.
| Reported by: | paulwilde | Owned by: | obenland |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Posts, Post Types | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui, administration |
Description
This patch does the following:
- Removes the
attachmentlinksclass (I couldn't find a single instance of this in the codebase?) - Adds
display: blockto 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

.attachmentlinkswas introduced in [3303]. I'm now trying to track down when that was corresponding HTML element was removed.