Step component: flex elements fix

This commit is contained in:
María Checa 2016-02-08 15:07:25 +01:00
parent 6ef85bd46f
commit c54528bf6a

View File

@ -44,9 +44,10 @@
font-size: $sFontSize-small;
line-height: $baseSize * 3;
text-align: center;
box-sizing: border-box;
}
.CDB-Step-headerInfo {
width: 100%;
@include flex-grow(2);
}
.CDB-Step-headerTitle {
color: $cMainDark;