We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VbenForm
1 parent 898503b commit e4e9fc5Copy full SHA for e4e9fc5
packages/@core/ui-kit/shadcn-ui/src/ui/form/FormMessage.vue
@@ -34,17 +34,17 @@ const { formMessageId, name } = useFormField();
34
35
<style>
36
.vben-form-message-compact {
37
- height: auto;
38
- min-height: 1.5rem;
39
- opacity: 1;
40
position: absolute;
41
top: 100%;
+ left: 1rem;
42
z-index: 1;
43
- background: hsl(var(--destructive));
44
width: calc(100% - 1rem);
+ height: auto;
+ min-height: 1.5rem;
+ padding: 2px 8px;
45
color: white;
46
+ background: hsl(var(--destructive));
47
border-radius: var(--radius);
- left: 1rem;
48
- padding: 2px 8px;
+ opacity: 1;
49
}
50
</style>
0 commit comments