-
-
Notifications
You must be signed in to change notification settings - Fork 79k
.row causes horizontal overflow #8959
Copy link
Copy link
Closed
Description
My (empty) row always causes a horizontal scrollbar to appear (~10px), and I don't think just hiding it is the best solution. Here's my code:
<div class="row">
<div class="col-lg-12">
</div>
</div>Note: The column is in my code empty, too.
Thank for your help, hice3000.
Reactions are currently unavailable