Browse Source

* Minor "fix (workaround)" for cutting labels in input fields.

pull/67/head
Per-Arne Andersen 4 years ago
parent
commit
e1bde82e5c
  1. 5
      wg_dashboard_frontend/src/theme/styles.scss

5
wg_dashboard_frontend/src/theme/styles.scss

@ -78,3 +78,8 @@ body {
.red{
color:red;
}
.mat-form-field{
// TODO this is a sleezy fix for cutting text in input boxes. need to figure out the root cause eventually.
line-height: 1.5;
}

Loading…
Cancel
Save