Skip to content

Commit

Permalink
Add min-width to PM for wrapping fixes #11060 (#11081)
Browse files Browse the repository at this point in the history
  • Loading branch information
randi2kewl authored and SabreCat committed Apr 2, 2019
1 parent e10655a commit a0f42b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/client/components/chat/chatMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
padding: 0rem;
width: 90%;
}
.message-scroll .d-flex {
min-width: 1px;
}
</style>

<script>
Expand Down

0 comments on commit a0f42b0

Please sign in to comment.