Answer the question
In order to leave comments, you need to log in
Bootstrap 4 Equal height col how to cancel one of the columns?
Good day! There are two columns, col-6 the second is stretched to the height of the first because it has more content. How can I disable it so that my second column doesn't stretch to the height of the first column?
now implemented through height: fit-content; will there be consequences for adaptation? and is it right to do so?
Answer the question
In order to leave comments, you need to log in
As far as I remember, but 4 is flex, so write the parent of these columns align-items: flex-start;
Or : center, baseline, flex-end to your taste.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question