Skip to content

Commit 8201666

Browse files
committed
fix: Breadcrumbs on smaller resolutions
1 parent e8de09c commit 8201666

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,12 @@ p {
774774
.breadcrumb ol {
775775
list-style: none;
776776
padding: 0;
777-
display: flex;
777+
display: block;
778+
779+
> li {
780+
display: inline;
781+
line-height: 25px;
782+
}
778783
}
779784

780785
.breadcrumb li:after {

0 commit comments

Comments
 (0)