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 b9b8c00 commit 3b176f3Copy full SHA for 3b176f3
src/sass/formkit-primevue.scss
@@ -344,13 +344,13 @@ $grid-breakpoints: (
344
width: 100%;
345
346
label {
347
- @apply w-4/12;
+ width: 33.3333333333%;
348
padding-top: 0.25rem;
349
line-height: normal;
350
}
351
352
.formkit-inner {
353
- @apply w-8/12;
+ width: 66.6666666667%;
354
355
356
@@ -369,16 +369,12 @@ $grid-breakpoints: (
369
370
371
372
-
373
.formkit-help, .formkit-messages {
374
375
margin-left: auto;
376
377
378
379
380
381
382
383
384
0 commit comments