Setting height for comment textarea (#253)

This commit is contained in:
nyaazi 2017-06-07 23:53:25 +03:00 committed by Anna-Maria Meriniemi
parent 80fecd5496
commit 9fbaf3c12a
1 changed files with 5 additions and 1 deletions

View File

@ -285,6 +285,10 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus {
float: right;
}
#comment {
height: 8em;
}
.avatar {
max-width: 120px;
}
@ -406,4 +410,4 @@ h6:hover .header-anchor {
.bootstrap-select > button {
margin-top: auto;
}
}
}