added wrap to flex-line

This commit is contained in:
newick 2019-09-06 11:47:54 +02:00
parent cb6979926d
commit ef9a0fe770
2 changed files with 40 additions and 42 deletions

View File

@ -1,5 +1,3 @@
<div class="description">
<router-outlet></router-outlet>
<h1 i18n>
Pour commencer
@ -44,4 +42,3 @@
<a [routerLink]="'/step/answers'" class="btn btn-block" i18n>
Continuer
</a>
</div>

View File

@ -3,6 +3,7 @@
.flex-line {
display: flex;
align-items: center;
flex-wrap: wrap;
& > input,
& > select {