mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +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%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,6 +76,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdownanswer a {
|
.markdownanswer a {
|
||||||
|
display: block;
|
||||||
|
margin-right: 2.5rem;
|
||||||
|
word-wrap: break-word;
|
||||||
color: #16bed7;
|
color: #16bed7;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user