From 7cab95b860fadb97dc0b8f785b2605402c4dc363 Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Wed, 3 Jun 2020 18:53:41 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20hauteur=20par=20d?= =?UTF-8?q?=C3=A9faut=20de=20l'=C3=A9dition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/_edit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/_edit.css b/css/_edit.css index 526d49b..4860441 100644 --- a/css/_edit.css +++ b/css/_edit.css @@ -54,8 +54,9 @@ div.picker button.toolbutton { /*____________ edit textarea ____________*/ .dokuwiki textarea.edit { - width: 100%; + width: 100% !important; margin-bottom: .5em; + min-height: 70vh !important; } /*____________ below the textarea ____________*/