Skip to content

Commit

Permalink
fix(form): [form] fix validate icon shrink when text very long (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe authored Dec 18, 2024
1 parent 0902436 commit a8973ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-theme",
"type": "module",
"version": "3.20.0",
"version": "3.20.1",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/theme/src/form-item/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
.validate-icon {
fill: var(--tv-FormItem-icon-color-error);
margin-right: 4px;
flex-shrink: 0;
}
.@{form-item-prefix-cls}__validate-message {
vertical-align: middle;
Expand Down

0 comments on commit a8973ba

Please sign in to comment.