Answer the question
In order to leave comments, you need to log in
How to make bootstrap v4 tabs stay on the same row when window is reduced?
<div class="list-group list-group-root">
<a class="list-group-item">
{{room.users.length}} users, {{ onlineUsersCounter(room)}} online</span>
<span class="badge badge-primary badge-pill float-right mt-1">Text...</span>
</a>
</div>
Answer the question
In order to leave comments, you need to log in
Out of the box - nothing.
By resizing, you can calculate what does not fit and put it in a hamburger so that it appears as in the example here:
getbootstrap.com/docs/4.1/components/navbar/#exter...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question