We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf3efe commit d59aebaCopy full SHA for d59aeba
1 file changed
src/styles/Extn-AIChatPanel.less
@@ -243,6 +243,9 @@
243
padding: 8px 10px;
244
min-height: 0;
245
min-width: 0;
246
+ -webkit-user-select: text;
247
+ user-select: text;
248
+ cursor: default;
249
}
250
251
/* ── Individual messages ────────────────────────────────────────────── */
@@ -265,6 +268,7 @@
265
268
word-wrap: break-word;
266
269
overflow-wrap: anywhere;
267
270
271
272
user-select: text;
273
cursor: text;
274
0 commit comments