force some height for notes textarea in dialogs (related to #4323)

This commit is contained in:
Frédéric Péters 2014-03-10 11:24:56 +01:00
parent 4fdaaaf05a
commit 837599edc1
1 changed files with 4 additions and 0 deletions

View File

@ -763,3 +763,7 @@ li#contentview-edit a {
color: black !important;
text-decoration: underline;
}
div.pb-ajax form textarea#form-widgets-note {
height: 12em;
}