Change replies element flex to cover more width if needed.

This commit is contained in:
Shpuld Shpuldson 2017-06-05 12:03:32 +03:00
parent 12000536aa
commit 64a7db1d8b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
flex-wrap: wrap;
}
.replies {
flex-basis: 80%;
flex-basis: 100%;
}
}