#49197 closed defect (bug) (fixed)
button padding on edit plug and edit theme on mobile device
| Reported by: | passoniate | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3.3 |
| Component: | Editor | Version: | 5.3.2 |
| Severity: | normal | Keywords: | has-screenshots fixed-major |
| Cc: | Focuses: | ui, css |
Description
button padding on edit plug and edit theme
Attachments (2)
Change History (12)
#1
@
7 years ago
- Summary button padding on edit plug and edit theme → button padding on edit plug and edit theme on mobile device
#5
follow-up:
↓ 6
@
7 years ago
@SergeyBiryukov In my opinion, this one could be a nice candidate for an eventual point release as for me it's a regression from 5.3.x, isn't it?
#6
in reply to: ↑ 5
@
7 years ago
- Keywords fixed-major added
- Milestone 5.4 → 5.3.3
- Resolution fixed
- Status closed → reopened
Replying to audrasjb:
In my opinion, this one could be a nice candidate for an eventual point release as for me it's a regression from 5.3.x, isn't it?
Apparently it is, thanks :) Reopening for 5.3.3 consideration.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
it can be fix by this code
@media screen and (max-width: 782px) .fileedit-sub input[type=submit] { margin-bottom: 0; padding: 0px 18px; }