#3589 closed defect (bug) (fixed)
text zoom disabled on all webkit browsers
| Reported by: | calvinhsu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
As mentioned in this post:
It is because of the following line in default.css of bp-default template:
-webkit-text-size-adjust: none;
Some searching shows that it's intended for text-size controlling on mobile device and touch screen, but it also prevents text-zooming on desktop browsers.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
}