Modification de la hauteur par défaut de l'édition
This commit is contained in:
parent
086dc3261b
commit
7cab95b860
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ div.picker button.toolbutton {
|
||||||
/*____________ edit textarea ____________*/
|
/*____________ edit textarea ____________*/
|
||||||
|
|
||||||
.dokuwiki textarea.edit {
|
.dokuwiki textarea.edit {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
|
min-height: 70vh !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*____________ below the textarea ____________*/
|
/*____________ below the textarea ____________*/
|
||||||
|
|
Loading…
Reference in a new issue