mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Merge pull request #301 from vkrm-segta/feature/ChatScroll
resolved chat horizontal scrolling
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
@@ -75,6 +76,9 @@
|
||||
}
|
||||
|
||||
.markdownanswer a {
|
||||
display: block;
|
||||
margin-right: 2.5rem;
|
||||
word-wrap: break-word;
|
||||
color: #16bed7;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user