diff --git a/src/pyj/widgets.pyj b/src/pyj/widgets.pyj index e24ba49ac6..67470f201d 100644 --- a/src/pyj/widgets.pyj +++ b/src/pyj/widgets.pyj @@ -223,12 +223,12 @@ add_extra_css(def(): # the default font sizes, things will break again # https://blog.osmosys.asia/2017/01/05/prevent-ios-from-zooming-in-on-input-fields/ ans += ''' - select, textarea, input[type="text"], input[type="password"], - input[type="datetime"], input[type="datetime-local"], - input[type="date"], input[type="month"], input[type="time"], - input[type="week"], input[type="number"], input[type="email"], - input[type="url"] { font-size: 16px } - ''' + select, textarea, input[type="text"], input[type="password"], + input[type="datetime"], input[type="datetime-local"], + input[type="date"], input[type="month"], input[type="time"], + input[type="week"], input[type="number"], input[type="email"], + input[type="url"] { font-size: 16px } + ''' return ans )