BS-4.1
As in title you can see, d-*-block doesn't apply on button tag with btn class, but it'll applies on <a class="btn"...
and I tried to use <input class="btn d-md-block" type="submit" ..., and the same result happend.
How can I manage this? I'm sure we need responsive displays for buttons too.
BS-4.1
As in title you can see, d-*-block doesn't apply on
buttontag withbtnclass, but it'll applies on<a class="btn"...and I tried to use
<input class="btn d-md-block" type="submit" ..., and the same result happend.How can I manage this? I'm sure we need responsive displays for buttons too.