Skip to content

Commit

Permalink
NAS-130837: Send Feedback modal - buttons spacing is missing (#10571)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Aug 30, 2024
1 parent 7b977a5 commit b205eee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
}

:host mat-dialog-content {
margin-bottom: 20px;
overflow-y: auto !important;
padding-bottom: 5px;
padding-top: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
}

:host mat-dialog-content {
margin-bottom: 20px;
overflow-y: auto !important;
padding-bottom: 5px;
padding-top: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}

:host mat-dialog-content {
margin-bottom: 20px;
overflow-y: auto !important;
padding-bottom: 5px;
padding-top: 0;
}

0 comments on commit b205eee

Please sign in to comment.