Fix input file size in new post page
This commit is contained in:
parent
a929709924
commit
775dc470e5
@ -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>
|
||||||
|
Reference in New Issue
Block a user