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:
parent
f5e295b5a7
commit
341a876ca2
1 changed files with 2 additions and 2 deletions
|
@ -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 ____________*/
|
||||||
|
|
Loading…
Reference in a new issue