fix style

This commit is contained in:
Marcus Schiesser
2024-10-06 10:05:11 +07:00
parent ff39ac8dfb
commit 65cb4717c2
+3 -3
View File
@@ -132,15 +132,15 @@
}
.events {
border-top: 1px solid #e7e7e7;
height: 200px;
min-height: 0;
max-height: 200px;
}
.conversation {
display: flex;
flex-shrink: 0;
width: 100%;
overflow: hidden;
height: 200px;
min-height: 0;
max-height: 200px;
border-top: 1px solid #e7e7e7;
}
}