resolved chat horizontal scrolling

This commit is contained in:
Vikram Singh
2023-06-11 18:44:16 +05:30
parent 94294041df
commit 6d9ed45201
@@ -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;
} }