Improved feedback form style

This commit is contained in:
Stefan Zermatten
2015-05-12 10:36:15 +02:00
parent 80ca7307ce
commit ff8ae89722
2 changed files with 8 additions and 4 deletions

View File

@@ -8,10 +8,12 @@ Schemas.Report = new SimpleSchema({
title: {
type: String,
trim: false,
optional: true,
},
description: {
type: String,
trim: false,
optional: true,
},
type: {
type: String,