Skip to content

Commit

Permalink
Merge pull request #551 from shruthi-rapala/angular-upgrade
Browse files Browse the repository at this point in the history
EMBCDFA-1274 - Styling issues with buttons on Modal Dialog
  • Loading branch information
GeorgeWalker authored Sep 3, 2024
2 parents 9846c38 + b1d7d57 commit 1518706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 class="dialog-title"><b>DFA Prescreening</b></h2>
</div>
</mat-dialog-content>

<mat-dialog-actions style="display: flex; gap: 12px;">
<mat-dialog-actions>
<div class="col-md-6">
<button class="button-s button-width" mat-button (click)="cancel()">
{{content.cancelButton}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ h1 {
}

.button-width {
width: 100%;
width: 95%;
margin-bottom: 10px;
height: 60px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h2 class="dialog-title"><b>Disaster Financial Assistance (DFA) Eligibility</b><
<div class="col-md-12" [innerHTML]="content?.text"></div>
</mat-dialog-content>

<mat-dialog-actions style="display:flex; gap:12px;">
<mat-dialog-actions style="display:flex; justify-content:space-around">
<div class="col-md-5">
<button class="button-s button-width" mat-button (click)="cancel()">
{{ content?.cancelButton }}
Expand Down

0 comments on commit 1518706

Please sign in to comment.