Skip to content

Commit

Permalink
KYLO-2776: fixed radio button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Riaz Uddin committed Oct 23, 2018
1 parent 6a3ad36 commit 2e38184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.hint {
font-size: 75%;
font-size: 80%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h3 class="subheading-2">{{field.placeholder}}</h3>
<mat-error *ngIf="!isValid">
{{getErrorMessage()}}
</mat-error>
<br>
<mat-hint class="hint">{{field.hint}}</mat-hint>
</div>

Expand Down

0 comments on commit 2e38184

Please sign in to comment.