mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-06 11:22:48 +00:00
Fix layout issue
This commit is contained in:
@ -4,6 +4,12 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
|
||||
.conversations-page #pageTarget {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.conversations-page-container {
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
|
Reference in New Issue
Block a user