From 59258897b73fa73c6b73d6d199b06602c913d9ee Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 17 Jul 2018 20:36:29 +0200 Subject: [PATCH] #14: safari iframe fix - documentation update fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b16845a6..ea959b6d 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ No extra classes are generated. > **Less:** `@rfs-safari-iframe-resize-bug-fix` > **PostCSS:** `safariIframeResizeBugFix` -Safari doesn't resize its font-size in an iframe if the iframe is resized. To fix this `min-width: 0vw` can be added and that's what happens if this option is enabled. See (#14)[https://github.com/project-rfs/rfs/issues/14]. +Safari doesn't resize its font-size in an iframe if the iframe is resized. To fix this `min-width: 0vw` can be added and that's what happens if this option is enabled. See [#14](https://github.com/project-rfs/rfs/issues/14). *Default value: `false`*