#4390 closed enhancement (fixed)
Align input boxes with icons and text in Settings > BP > Components panel
| Reported by: | mercime | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Administration | Version: | 1.6 |
| 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 (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Lovely.