Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Buttons stretch correctly, but you are using bootstrap and class .container
, and bootstrap limits the width of this element, because it is a utility class for bootstrap and it prescribes a lot of its own styles for it. Blocks with buttons, respectively, do not crawl out of the parent container.
As one of the fixes, the class container
can be replaced with d-flex justify-content-between
and they will start to stretch normally.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question