Skip to content

Dynamic form - row: column handling problem. #3924

Discussion options

You must be logged in to vote

Hi, Apologies for not giving a reason.

I found the is-multiline class. This solved the problem.
But it took 1 full day to find this class!

  <div class="columns is-multiline">
        <div class="column is-3">column is-3 -A</div>
        <div class="column is-3">column is-3 -B</div>
        <div class="column is-3">column is-3 -C</div>
        <div class="column is-3">column is-3 -D</div>
        <div class="column is-3">column is-3 -E</div>
        <div class="column is-3">column is-3 -F</div>
        <div class="column is-3">column is-3 -G</div>
        <div class="column is-3">column is-3 -H</div>
      </div>

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kikuomax
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #3923 on December 11, 2023 01:05.