We are currently creating a page with a bootstrap template, but if the table is lengthened, it may break on the mobile, so we want to subtract the response type from this page only.
Except for that, I couldn't reduce it, so I checked Mobile Chrome's disregard for the zoom ban
When I reload, it becomes enlarged, so I'm going to modify it.
But even if I look for it, there is only a ban on scaling it up, so it's hard to find it.crying
I want to zoom in on the web document itself like the image below What should I do?
bootstrap css meta
If the table is the problem in Bootstrap, try writing the .table-responsive
class. Document
<div class="table-responsive">
<table class="table">
...
</table>
</div>
© 2024 OneMinuteCode. All rights reserved.