From 72a3f9e24ac8489bc4993cfa72f69cb8121a07e8 Mon Sep 17 00:00:00 2001 From: WEBmods <53878055+webmods-croatia@users.noreply.github.com> Date: Wed, 14 Oct 2020 22:45:42 +0200 Subject: [PATCH] TinyMCE fix can be improved, but this works --- sass/form.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sass/form.scss b/sass/form.scss index 9350997..c34c5f3 100644 --- a/sass/form.scss +++ b/sass/form.scss @@ -163,4 +163,15 @@ body.item-post .select-box{ } .form-container .controls #photos a{ font-size:12px !important; -} \ No newline at end of file +} + +.item .tox { + width: 302px; + height: 350px !important; +} + +@media only screen and (max-width: 740px) { + .item .tox { + width: 100%; + } +}