#4390 closed enhancement (fixed)
Align input boxes with icons and text in Settings > BP > Components panel
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Administration | Version: | 1.6-rc |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description
Attached image shows before and after adding this simple fix:
#bp-admin-component-form .widefat th {
display: table-cell;
vertical-align: top;
}
Attachments (1)
Change History (5)
comment:1
boonebgorges — 10 months ago
- Milestone changed from Awaiting Review to 1.6
comment:2
boonebgorges — 10 months ago
- Resolution set to fixed
- Status changed from new to closed
comment:3
boonebgorges — 9 months ago
Note: See
TracTickets for help on using
tickets.

Lovely.