Archived
1
0

Merge pull request #31 from viniciusbo/master

Fix input file size in new post page
This commit is contained in:
Jeff
2015-11-19 11:50:04 -05:00

View File

@@ -42,7 +42,7 @@
File File
</th> </th>
<td> <td>
<input type="file" name="attachment" /> <input type="file" name="attachment" style="max-width: 330px;" />
</td> </td>
</tr> </tr>
<tr> <tr>