Skip to content

Commit 33222fb

Browse files
committed
refactor(styles): remove some margins
1 parent d0a2fd0 commit 33222fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/sass/formkit-primevue.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.formkit-outer {
9-
margin: 4px;
9+
margin: 0;
1010
padding-bottom: 12px;
1111
ul {
1212
margin-block-start: 2px;
@@ -88,6 +88,10 @@
8888
color: var(--text-color-secondary);
8989
}
9090

91+
.formkit-messages {
92+
padding: 0;
93+
}
94+
9195
.formkit-message {
9296
padding: 0;
9397
margin: 0;

0 commit comments

Comments
 (0)