Fixed Button CSS

This commit is contained in:
Johnny 2020-12-17 18:35:42 -05:00
parent 78ef465b84
commit 04d086d7b6
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ $total_pages = ceil($total_found_rows / 10);
$row = mysqli_fetch_array($sql_assigned);
$contact_name = $row['contact_name'];
if(empty($contact_name)){
$contact_name = "<button class='btn btn-secodary'>assign</button>";
$contact_name = "<button class='btn btn-sm btn-secondary'>assign</button>";
}
?>