From 3269857f7bea082b9ca76ede458eb95d093607ae Mon Sep 17 00:00:00 2001 From: les Date: Tue, 21 Jan 2020 15:09:47 +0100 Subject: [PATCH] [ux] editor icon on mobile --- components/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Editor.vue b/components/Editor.vue index 8177b80f..72676dab 100644 --- a/components/Editor.vue +++ b/components/Editor.vue @@ -146,7 +146,7 @@ export default { font-size: 10px; height: 1.4em; /* or any other relative font sizes */ /* You would have to include the following two lines to make this work in Safari */ - max-width: 100%; + // max-width: 100%; max-height: 100%; }