Skip to content

Commit

Permalink
overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoAnderson committed Oct 25, 2024
1 parent 41384b3 commit 34e54f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 mat-dialog-title>
{{dialogTitle}}
</h1>
<div mat-dialog-content>
<div mat-dialog-content class = "submit-message">
{{dialogMessage}}
</div>
<div class="flex-row dialog-actions" mat-dialog-actions *ngIf="!fileUrl">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.dialog-actions {
margin-top: 12px;
}

.submit-message {
padding-bottom: 5px;
padding-top: 5px;
}

0 comments on commit 34e54f0

Please sign in to comment.