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:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.fragor-form {
|
.fragor-form {
|
||||||
&__content {
|
&__content {
|
||||||
|
max-width: var(--digi--typography--text--max-width);
|
||||||
margin-bottom: $digi--layout--gutter--xl;
|
margin-bottom: $digi--layout--gutter--xl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.orsaks-form {
|
.orsaks-form {
|
||||||
&__content {
|
&__content {
|
||||||
|
max-width: var(--digi--typography--text--max-width);
|
||||||
margin-bottom: $digi--layout--gutter--xl;
|
margin-bottom: $digi--layout--gutter--xl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
&__description,
|
&__description,
|
||||||
&__datepicker,
|
&__datepicker,
|
||||||
&__dayOrPartOfDay {
|
&__dayOrPartOfDay {
|
||||||
|
max-width: var(--digi--typography--text--max-width);
|
||||||
margin-bottom: $digi--layout--gutter--xl;
|
margin-bottom: $digi--layout--gutter--xl;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|||||||
Reference in New Issue
Block a user