Fix textarea's width in mindflow admin.
This commit is contained in:
parent
1304399232
commit
f04dbb48a3
@ -25,7 +25,10 @@ form#add {
|
|||||||
form#add select { grid-area: c; }
|
form#add select { grid-area: c; }
|
||||||
form#add input[name="new-category"] { grid-area: n; }
|
form#add input[name="new-category"] { grid-area: n; }
|
||||||
form#add input[name="title"] { grid-area: t; }
|
form#add input[name="title"] { grid-area: t; }
|
||||||
form#add textarea[name="body"] { grid-area: b; }
|
form#add textarea[name="body"] {
|
||||||
|
grid-area: b;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%; }
|
||||||
form#add button[type="submit"] { grid-area: a; }
|
form#add button[type="submit"] { grid-area: a; }
|
||||||
|
|
||||||
form.edit {
|
form.edit {
|
||||||
|
Loading…
Reference in New Issue
Block a user