aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_reboot.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index a4dc0398c..42917e8da 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 {