Skip to content

Commit 90b8875

Browse files
floooatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1118fbd commit 90b8875

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/GleapAiChatbarManager.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,15 @@ export default class GleapAiChatbarManager {
495495
color: #000;
496496
outline: none;
497497
box-sizing: border-box;
498-
field-sizing: content;
499498
max-width: 40vw;
500499
}
501500
501+
@supports (field-sizing: content) {
502+
.gleap-ai-ui-input input {
503+
field-sizing: content;
504+
}
505+
}
506+
502507
.gleap-ai-ui-input-send-button {
503508
cursor: pointer;
504509
display: flex;

0 commit comments

Comments
 (0)