Skip to content

Commit 3aef1c3

Browse files
committed
Fix completion
1 parent e95b74d commit 3aef1c3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

__tests__/html2/fluentTheme/completion.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<script crossorigin="anonymous" src="/__dist__/botframework-webchat-fluent-theme.production.min.js"></script>
1313
<style>
1414
.completion {
15+
/* If line-height is not set to normal/initial, it will make the send box taller by 1 pixel when the completion is shown. */
16+
line-height: normal;
1517
opacity: 0.75;
1618
}
1719
</style>
@@ -24,9 +26,9 @@
2426
const {
2527
React,
2628
ReactDOM: { render },
27-
WebChat: {
29+
WebChat: {
2830
FluentThemeProvider, FluentSendBox, testIds,
29-
Components: { BasicWebChat, Composer },
31+
Components: { BasicWebChat, Composer },
3032
hooks: { useSendBoxValue }
3133
}
3234
} = window; // Imports in UMD fashion.
@@ -99,4 +101,4 @@
99101
</script>
100102
</body>
101103

102-
</html>
104+
</html>
-1.24 KB
Loading

0 commit comments

Comments
 (0)