Skip to content

Commit

Permalink
fix(css): add padding to forms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 17, 2018
1 parent 5c33716 commit 3d27dee
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,6 +17,7 @@ mat-checkbox.horizontal-left {

mat-checkbox, mat-radio-button {
padding-right: 20px;
padding-bottom: 10px;
}

.print-button-top-padding {
Expand All @@ -31,6 +32,6 @@ mat-checkbox, mat-radio-button {
text-align: center;
}

label.mat-checkbox-layout {
mat-checkbox ::ng-deep label.mat-checkbox-layout {
padding-bottom: 10px;
}

0 comments on commit 3d27dee

Please sign in to comment.