Opened 6 years ago
Closed 6 years ago
#46939 closed defect (bug) (fixed)
Site Health: Passed tests button does not look good in small devices
Reported by: | chetan200891 | Owned by: | afercia |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Administration | Keywords: | has-screenshots |
Focuses: | ui, administration | Cc: |
Description
On Site Health Status page 'Passed tests' button does not look in small devices due to line-height
CSS. I have attached screenshot.
Attachments (5)
Change History (13)
#2
@
6 years ago
@melchoyce Thank you! Is that ticket created? I am preparing patch for it too! or Do I need to create new?
#3
@
6 years ago
Not yet. Though we could probably widen the scope of this ticket to mobile style fixes in general, and you could add the patch here.
#4
@
6 years ago
- Milestone changed from Awaiting Review to 5.2
- Version set to trunk
Oh yes the button issue was my mistake in [45201]. Instead of using line-height we should just not reset the top and bottom padding to 0
: the .button
CSS class already takes care of the buttons size for small screens.
I guess the accordion styles will need some more adjustments.
Note: See
TracTickets for help on using
tickets.
'Passed tests' button mobile view.