Modification du sélecteur pour l'édition des articles, l'ancienne valeur créait un problème d'affichage dans d'autres cas

(entre autre dans la partie administration>configuration, il y a du textarea sur certains plugins)
This commit is contained in:
Zatalyz 2020-08-30 18:28:26 +02:00
parent f5e295b5a7
commit 341a876ca2

View file

@ -53,10 +53,10 @@ div.picker button.toolbutton {
/*____________ edit textarea ____________*/ /*____________ edit textarea ____________*/
.dokuwiki textarea.edit { #wiki__text {
width: 100% !important; width: 100% !important;
margin-bottom: .5em; margin-bottom: .5em;
min-height: 70vh !important; min-height: 70vh;
} }
/*____________ below the textarea ____________*/ /*____________ below the textarea ____________*/