Skip to content

Commit 9033a97

Browse files
authored
style: [AIChatInput] Set the box-sizing of inputSlot to content-box (#3095)
1 parent 322a178 commit 9033a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/semi-foundation/aiChatInput/aiChatInput.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ $module: #{$prefix}-aiChatInput;
523523

524524
.input-slot {
525525
display: inline-block;
526+
box-sizing: content-box;
526527
background-color: $color-aiChatInput_rich_text-input_slot-bg;
527528
border-radius: $radius-aiChatInput_rich_text-input_slot;
528529
padding: $spacing-aiChatInput_rich_text-input_slot-paddingY $spacing-aiChatInput_rich_text-input_slot-paddingX;

0 commit comments

Comments
 (0)