We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322a178 commit 9033a97Copy full SHA for 9033a97
packages/semi-foundation/aiChatInput/aiChatInput.scss
@@ -523,6 +523,7 @@ $module: #{$prefix}-aiChatInput;
523
524
.input-slot {
525
display: inline-block;
526
+ box-sizing: content-box;
527
background-color: $color-aiChatInput_rich_text-input_slot-bg;
528
border-radius: $radius-aiChatInput_rich_text-input_slot;
529
padding: $spacing-aiChatInput_rich_text-input_slot-paddingY $spacing-aiChatInput_rich_text-input_slot-paddingX;
0 commit comments