mirror of https://github.com/itflow-org/itflow
Add a small newline to the end of the table, otherwise the document action edit button gets cut off
This commit is contained in:
parent
9e1b5f6903
commit
6a57ae6149
|
|
@ -199,6 +199,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
<?php include("pagination.php"); ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue