mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fixed Button CSS
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user