Is there a way to tell bootstrap to not shrink the elements when the resolution is smaller than:
/* Portrait tablet to landscape and desktop */. @media (min-widt
I did two steps
set less variable @screen-sm-min: 10px. This will stop all bootstrap's media query
@screen-sm-min: 10px
And just set min-width to the top element.
min-width
Works for me