Replies: 1 comment 2 replies
-
|
You just need to remove the multi-step’s |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! I am wondering if it is possible to adjust the width of the multi-forms,I feel as though it is possible, but I am missing something.
For reference, I want to be able to do this because I am constructing a transfer list within the multi-step form, but it has the transfer list as a vertical form, rather the default horizontal. I believe this is due to the flexbox configurations, but not 100% sure.
In the playground: https://formkit.link/e3fec81d916709894a7c349f23e3b538
Oddly enough, this one shows the transferlist horizontal, but it spans out of the multi-form box.
Though is it possible for the multi-form to take up the empty space around it?
When inspecting the page, I do see this pop up:
formkit/packages/addons/src/css/multistep.css
Line 28 in 69518fd
Screenshots
How it looks on my end with the vertical transferlist:

Through inspecting the page and manipulating the CSS, I am able to expand it, but I just cannot seem to do it in my files.

I have tried setting a
max-widthandwidth, but nothing works, I have even attempted to put an!importantflag on it.eg a code snippet:
I have even tried to wrap the transferlist inside it's own
divand expand thedivWhat am I missing?
Beta Was this translation helpful? Give feedback.
All reactions