fix size of textarea

This commit is contained in:
Frédéric Péters 2015-11-21 19:48:02 +01:00
parent b4ee1487f3
commit 478358d226
1 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,7 @@ ul {
display: block;
text-align: left;
}
#content textarea,
#content select, #content input[type="password"], #content input[type="email"], #content input[type="text"] {
text-align: left;
display: block;
@ -209,6 +210,10 @@ ul {
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
margin-bottom: 10px;
}
#content textarea {
height: auto;
}
#content > p:last-child {
margin: 0;
}