Skip to content

Commit

Permalink
Correct a Chrome bug
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Aug 30, 2023
1 parent f28c6ec commit 301d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/examples/e-shop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1 class="display-1">Smartphones</h1>
<div class="container-xxl pb-3">
<h2 id="filter-section" class="h4 ll-sm mb-2 mb-md-3">Choose the model that suits your needs from our selection of Smartphones.</h2>
<div class="row">
<ul class="list-unstyled d-flex gap-2 flex-lg-wrap overflow-x-auto mb-0 py-2" aria-labelledby="filter-section">
<ul class="position-relative d-flex gap-2 mb-0 py-2 overflow-x-auto list-unstyled" aria-labelledby="filter-section">
<li>
<button class="tag text-nowrap active" data-bs-toggle="button" aria-pressed="true">
<svg width="1.5rem" height="1.5rem" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
Expand Down

0 comments on commit 301d495

Please sign in to comment.