docs/SubFormFieldsPerDocumentDropdown.md in dropbox-sign-1.4.0 vs docs/SubFormFieldsPerDocumentDropdown.md in dropbox-sign-1.4.1

- old
+ new

@@ -8,7 +8,7 @@ | ---- | ---- | ----------- | ----- | | `type`<sup>*_required_</sup> | ```String``` | An input field for dropdowns. Use the `SubFormFieldsPerDocumentDropdown` class. | [default to 'dropdown'] | | `options`<sup>*_required_</sup> | ```Array<String>``` | Array of string values representing dropdown values. | | | `content` | ```String``` | Selected value in `options` array. Value must exist in array. | | | `font_family` | ```String``` | Font family for the field. | | -| `font_size` | ```Integer``` | The initial px font size for the field contents. Can be any integer value between `7` and `49`.<br><br>**NOTE**: Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [default to 12] | +| `font_size` | ```Integer``` | The initial px font size for the field contents. Can be any integer value between `7` and `49`.<br><br>**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [default to 12] |