change margin top to margin bottom on request_for_comment editor (commentitor).

This commit is contained in:
Ralf Teusner
2017-09-27 09:50:45 +02:00
parent f2decf421b
commit dad1c2f1a3

View File

@ -1,5 +1,5 @@
#commentitor { #commentitor {
margin-top: 2rem; margin-bottom: 2rem;
height: 600px; height: 600px;
background-color:#f9f9f9 background-color:#f9f9f9
} }