Skip to content

Commit

Permalink
more letter spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hwellmann committed Aug 1, 2024
1 parent 801a920 commit b6ba23c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,12 @@ div.form-container {

app-root .mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
letter-spacing: 0;
}

app-root .nav-caption {
letter-spacing: 0;
}

app-root .mat-body {
letter-spacing: 0;
}

0 comments on commit b6ba23c

Please sign in to comment.