Skip to content

Commit

Permalink
fix log sitename bug in list page
Browse files Browse the repository at this point in the history
  • Loading branch information
zzossig committed Mar 9, 2020
1 parent e1c9b5f commit 348906d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/sass/components/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
padding: 0.5rem;
border-radius: 0.25rem;
padding: auto;
min-width: 0;
font-family: $title-font;

@include truncate($grid_max_width + $grid_max_unit);
@include themify($themes) {
background-color: themed('breadcrumb-background-color');
}
Expand All @@ -19,6 +19,7 @@
li {
display: inline;
font-size: 0.9rem;
@include truncate2(150px);

a {
@include themify($themes) {
Expand Down

Large diffs are not rendered by default.

0 comments on commit 348906d

Please sign in to comment.