@semi-bot/semi-theme-whcyit 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/semi.css +1 -0
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/semi.css
CHANGED
|
@@ -1686,6 +1686,7 @@ body, :host {
|
|
|
1686
1686
|
}
|
|
1687
1687
|
.semi-aiChatInput-editor-content .tiptap .input-slot {
|
|
1688
1688
|
display: inline-block;
|
|
1689
|
+
box-sizing: content-box;
|
|
1689
1690
|
background-color: var(--semi-color-primary-light-default);
|
|
1690
1691
|
border-radius: 4px;
|
|
1691
1692
|
padding: 2px 4px;
|