#4390 closed enhancement (fixed)
Align input boxes with icons and text in Settings > BP > Components panel
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.6 | Priority: | normal |
| Severity: | trivial | Version: | 1.6 |
| Component: | Administration | 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 (6)
Note: See
TracTickets for help on using
tickets.
Lovely.