Skip to content

Commit 2c1bf61

Browse files
committed
Fix breadcrumbs layout on mobile
1 parent 83d3a09 commit 2c1bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_theme/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="breadcrumbs-section" role="navigation" aria-label="related navigation">
22
<div class="content-container">
3-
<div class="d-flex justify-content-between">
3+
<div class="d-flex justify-content-between flex-wrap">
44
<ol class="breadcrumb">
55
<li class="breadcrumb-item">
66
<a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>

0 commit comments

Comments
 (0)