Expose notes field for purchasing batches

Plus various other tweaks for styles and coding conventions etc.
This commit is contained in:
Lance Edgar 2017-02-21 14:27:16 -06:00
parent 59799302bd
commit 555935c71e
5 changed files with 16 additions and 13 deletions

View file

@ -6,3 +6,8 @@
div.field-wrapper {
padding: 0;
}
.field-wrapper.notes .field {
line-height: 1.1em;
white-space: pre;
}