feat(avvikelserapport): added max width to select and text area elements. TV-407-max-width

Squashed commit of the following:

commit 1c9c128c6bc483fa1d7286044275bc44b5beb536
Author: fueno <nicolas.fuentes-maturana@arbetsformedlingen.se>
Date:   Fri Sep 17 11:06:08 2021 +0200

    TV-407-max-width: max width to select and text area elements
This commit is contained in:
Nicolas Fuentes Maturana
2021-09-17 11:08:09 +02:00
parent 71b00c6e90
commit ed2e19a47d
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
.fragor-form {
&__content {
max-width: var(--digi--typography--text--max-width);
margin-bottom: $digi--layout--gutter--xl;
}
}

View File

@@ -2,6 +2,7 @@
.orsaks-form {
&__content {
max-width: var(--digi--typography--text--max-width);
margin-bottom: $digi--layout--gutter--xl;
}
}

View File

@@ -6,6 +6,7 @@
&__description,
&__datepicker,
&__dayOrPartOfDay {
max-width: var(--digi--typography--text--max-width);
margin-bottom: $digi--layout--gutter--xl;
span {