Skip to content

Commit

Permalink
Merge pull request #2364 from glific/fix/babynama-issues
Browse files Browse the repository at this point in the history
Fixed mobile issue for babynama
  • Loading branch information
kurund authored Mar 23, 2023
2 parents 1f5f88c + 1405a4a commit 0bf520f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/containers/Chat/ChatInterface/ChatInterface.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@

@media only screen and (max-width: 768px) {
.ChatConversations {
display: none !important;
width: 100% !important;
}

.ChatMessages {
display: none;
width: 100%;
}

.TabContainer {
display: flex !important;
width: 100% !important;
Expand Down

0 comments on commit 0bf520f

Please sign in to comment.