increased modal md to lg
This commit is contained in:
parent
9895a5ac89
commit
9c41788a6c
@ -6,7 +6,7 @@ import Confirmation from './Confirmation'
|
||||
const AttendanceModel = ({modelConfig,closeModal,handleSubmitForm}) => {
|
||||
|
||||
return (
|
||||
<div className={`modal-dialog modal-md modal-simple ${modelConfig.type === "view" ? "modal-lg":"modal-md"}`} >
|
||||
<div className={`modal-dialog modal-lg modal-simple ${modelConfig.type === "view" ? "modal-lg":"modal-md"}`} >
|
||||
<div className="modal-content">
|
||||
<div className="modal-body">
|
||||
<button
|
||||
|
@ -103,7 +103,7 @@ const AttendancesEmployeeRecords = ({ employee }) => {
|
||||
>
|
||||
{" "}
|
||||
<div
|
||||
className="modal-dialog modal-md modal-simple attendance-log-modal mx-sm-auto mx-1"
|
||||
className="modal-dialog modal-lg modal-simple attendance-log-modal mx-sm-auto mx-1"
|
||||
role="document"
|
||||
>
|
||||
<div className="modal-content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user