Added sorting to msgs sub and added some styling for messaging items. BOD-309 BOD-310
This commit is contained in:
@@ -6,8 +6,12 @@
|
||||
}
|
||||
|
||||
.chat-popup-content {
|
||||
//height: 50vh;
|
||||
min-height: 0px; /* IMPORTANT: you need this for non-chrome browsers */
|
||||
flex: 1;
|
||||
//height: 100%;
|
||||
.ant-col {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
Reference in New Issue
Block a user