7 lines
105 B
SCSS
7 lines
105 B
SCSS
.chat-conversation {
|
|
display: flex;
|
|
height: 100%;
|
|
margin: 0rem 0.5rem;
|
|
flex-direction: column;
|
|
}
|