Skip to content

Commit

Permalink
thread messages overflow fixed for Flat theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFreeman-G committed Aug 28, 2023
1 parent 8ebd570 commit 7585c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rocketchat.css
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,8 @@ html[data-theme="flat"] ul.thread {
display: flex;
flex-direction: column;
align-content: stretch;
flex-wrap: wrap;
/* flex-wrap: wrap; */
flex-wrap: nowrap;
align-items: stretch;
justify-content: flex-start;
overflow: hidden;
Expand Down

0 comments on commit 7585c7e

Please sign in to comment.