Display conversations correctly

This commit is contained in:
2021-04-05 16:08:03 +02:00
parent 20efa81a29
commit 80b969c559
2 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,13 @@
* @author Pierre Hubert
*/
.group-page-conversation {
.group-page-conversation, .group-page-conversation .col-md-6 {
flex: 1;
display: flex;
flex-direction: column;
}
.group-page-conversation .col-md-6 {
margin: auto;
float: none;
}