Skip to content

Commit 1406673

Browse files
committed
chore(*): move buttons to the right
1 parent 5c6d036 commit 1406673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/chat.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const Basic: Story = {
228228
msg.sender === 'bot' && msg.text.trim()
229229
? isResponseSent
230230
? html`
231-
<div>
231+
<div style="float: right">
232232
<igc-icon-button
233233
name="thumb_up"
234234
collection="material"

0 commit comments

Comments
 (0)