Skip to content

Commit

Permalink
Updates to the buildmodal
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot committed Nov 7, 2024
1 parent 1b6d736 commit ab2bab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const BuildModal: React.FC<BuildModalProps> = React.memo(
aria-labelledby="build-modal-title"
aria-describedby="build-modal-message"
dialogClassName="build-modal"
size="sm"
>
<Modal.Header>
<Modal.Title id="build-modal-title">
Expand Down
3 changes: 1 addition & 2 deletions forms-flow-theme/scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,6 @@
align-self: stretch;
}
.build-modal{
width: 60.318% !important;
max-width: 60.318% !important;
.modal-body{
padding: 0px !important;
}
Expand All @@ -580,6 +578,7 @@
}
.content-body{
@extend .content-style;
text-align: left;
color: var(--ff-gray-800);
font-weight: var(--font-weight-sm);
}
Expand Down

0 comments on commit ab2bab0

Please sign in to comment.