diff --git a/app/assets/stylesheets/inputs.css b/app/assets/stylesheets/inputs.css index 7d9903996..c8b935d7c 100644 --- a/app/assets/stylesheets/inputs.css +++ b/app/assets/stylesheets/inputs.css @@ -48,6 +48,10 @@ margin: 0; } } + + @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) { + font-size: max(16px, 1em) !important; + } } .input--file {