This is a question related to css or viewport.

Asked 1 years ago, Updated 1 years ago, 111 views

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

2022-09-22 20:42

1 Answers

If the table is the problem in Bootstrap, try writing the .table-responsive class. Document

<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>


2022-09-22 20:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.