fix widths of boxes in the new chat-ticket

This commit is contained in:
Felix Niklas 2016-05-12 11:50:10 +02:00
parent 8bd3af788f
commit b82e08bfae

View file

@ -5278,7 +5278,7 @@ footer {
} }
& > .box { & > .box {
flex: 1; width: calc(50% - 47px);
margin: 34px; margin: 34px;
} }
@ -5288,6 +5288,7 @@ footer {
} }
.boxFade { .boxFade {
width: 94px;
top: 34px; top: 34px;
height: 100%; height: 100%;
position: absolute; position: absolute;