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.
1 parent d19eaa6 commit 2f1d09dCopy full SHA for 2f1d09d
src/sass/formkit-primevue.scss
@@ -142,14 +142,6 @@ $grid-breakpoints: (
142
padding-top: 0.5rem;
143
}
144
145
- // Debug
146
- .p-formkit-data-debug {
147
- pre, span {
148
- font-size: 0.75rem;
149
- line-height: 1rem;
150
- }
151
152
-
153
.p-action-buttons {
154
margin-top: 0.25rem;
155
.p-button {
@@ -161,6 +153,14 @@ $grid-breakpoints: (
161
162
163
156
+// Debug
157
+.p-formkit-data-debug {
158
+ pre, span {
159
+ font-size: 0.75rem;
160
+ line-height: 1rem;
+ }
+}
+
164
// Change column behaviour in larger views
165
@include media-breakpoint-up(lg) {
166
.formkit-form {
0 commit comments