Skip to content

Commit 2ce9fc6

Browse files
committed
Fixes a problem in the admin area when rendering font-sizes
- Fixes a problem in the admin panel when displaying font sizes in the mobile version of Firefox and Chrome.
1 parent c8d4ee7 commit 2ce9fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fp-interface/themes/leggero/cpheader.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<title>{$flatpress.title}{$pagetitle}</title>
55
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.charset}" />
6-
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes">
76
{action hook=wp_head}
87
{action hook=admin_head}
98
</head>

fp-interface/themes/leggero/leggero-v2/res/admin.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Module: admin.css
1717
@media screen and (max-device-width: 480px){
1818
#body-container {
1919
-webkit-text-size-adjust: none;
20-
-moz-text-size-adjust: none
20+
-moz-text-size-adjust: none;
21+
text-size-adjust: none
2122
}
2223
}
2324

0 commit comments

Comments
 (0)