Open invoicer-it opened 4 years ago
I also have this problem.
Also facing this issue. @Johann-S any guidelines on how to fix it? Tried placing it within "rows" but it just messes up the entire design.
@invoicer-it can you provide a live example of your problem ? Same for the others
Without it, it's impossible to me, to help you. Slease create a reduced test case via CodePen/JS Bin or Stackblitz and report back with your link.
I have the same issue and created a simple testcase.
When one step is very long (like Section 1 in the testcase), the subsequent step will not be placed on top of the page or vertically aligned with the corresponding circle, but directly under the (now invisible) previous step. That way, a lot of scrolling is needed and since the beginning of the section and it's circle are not visible at the same time, there's no indication to which step is currently shown.
It would be awesome, if there would be a mode where all steps are simply shown on top of the page, replacing the previous step, not just making it invisible. That way, very large steps could be used.
EDIT: corrected some stuff
I think I'm having the same issue with bs-stepper
inside adminlte
theme. Width of input elements shrinks down after I add vertical
class.
For a live example of the problem:
bs-stepper
(or look it up)vertical
to the class list through the browser inspector/devtools. So it's like this:
<div class="bs-stepper vertical linear">
Why does the width of inputs change? How can I make it to inherit the col
width?
Hello,
Thanks a lot for your library! For the sample code below, the vertical alignment of the labels is not working properly: instead of appearing at the same level of the "steps", they are above where they should be. It's like their height is fixed and the more steps you "next", the more distant they get from the step where you are in.
Thanks