Stopped form overlapping

This commit is contained in:
2018-03-10 22:42:59 +11:00
parent 4e547f6ed5
commit eab2cb622c
2 changed files with 4 additions and 0 deletions

View File

@ -32,4 +32,5 @@
.c-form-input--multiline { .c-form-input--multiline {
min-height: 10em; min-height: 10em;
max-width: 100%;
} }

View File

@ -29,4 +29,7 @@
.c-page--style-container__split { .c-page--style-container__split {
@include t-flex-wrap(nowrap); @include t-flex-wrap(nowrap);
} }
.c-page--style-container__split-part {
width: 50%;
}
} }