mirror of https://github.com/itflow-org/itflow
Fixed Button CSS
This commit is contained in:
parent
78ef465b84
commit
04d086d7b6
|
|
@ -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>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue