summaryrefslogtreecommitdiff
path: root/extension/react-app/src/tabs/chat
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-06 00:21:15 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-06 00:21:15 -0400
commit04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646 (patch)
treead6acb284566c9ad4bda6eaf78ad5283368e86f4 /extension/react-app/src/tabs/chat
parent9cda43f842b2489ce3119f43596a1a8a997adeb2 (diff)
downloadsncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.tar.gz
sncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.tar.bz2
sncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.zip
many design improvements
Diffstat (limited to 'extension/react-app/src/tabs/chat')
-rw-r--r--extension/react-app/src/tabs/chat/MessageDiv.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/react-app/src/tabs/chat/MessageDiv.tsx b/extension/react-app/src/tabs/chat/MessageDiv.tsx
index ad81f5e9..1d7bb5f5 100644
--- a/extension/react-app/src/tabs/chat/MessageDiv.tsx
+++ b/extension/react-app/src/tabs/chat/MessageDiv.tsx
@@ -21,7 +21,6 @@ const Container = styled.div`
width: fit-content;
max-width: 75%;
overflow-y: scroll;
- scrollbar-gutter: stable both-edges;
word-wrap: break-word;
-ms-word-wrap: break-word;
height: fit-content;