Change replies element flex to cover more width if needed.

このコミットが含まれているのは:
Shpuld Shpuldson 2017-06-05 12:03:32 +03:00
コミット 64a7db1d8b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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