diff --git a/src/theme/_theme.scss b/src/theme/_theme.scss index 83cfe12d533a0ac0fdd292ac34c0d680053c354c..7412ff6fc432af88dd823c8fb7fe4e5b5f6b526b 100644 --- a/src/theme/_theme.scss +++ b/src/theme/_theme.scss @@ -5,3 +5,12 @@ html, body { width: 100%; height: 100%; } + +form { + width: 100%; +} + +mat-form-field.input-block { + display: block; + width: 100%; +}