#46781 closed defect (bug) (wontfix)
Site Health: progress count vertical align
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Site Health | Keywords: | has-patch has-screenshots site-health needs-refresh |
| Focuses: | Cc: |
Description
The vertical align of progress count isn't center.
Attachments (4)
Change History (13)
#2
@
7 years ago
- Keywords needs-refresh added
@man4toman Can you please set bottom to 3px for better alignment in desktop and responsive.
.site-health-progress-count::after {
content: "";
bottom: 3px;
position: relative;
}
#5
@
7 years ago
Please see #46684, where we are changing the loading ellipsis in general, or at least simplifying them. I've opted to use a middle dot when making changes there, which means we don't need any special styling here at all to provide a centered indicator of the "still processing" state.
Note: See
TracTickets for help on using
tickets.
Before