diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a4dc0398c1..42917e8daf 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -249,6 +249,8 @@ textarea { // properly inherited. However, `line-height` isn't addressed there. Using this // ensures we don't need to unnecessarily redeclare the global font stack. line-height: inherit; + // iOS adds rounded borders by default + border-radius: 0; } textarea {