Revert "fix log sitename bug in list page"
This reverts commit 348906d207
.
This commit is contained in:
parent
348906d207
commit
42151c3c52
|
@ -4,9 +4,9 @@
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
padding: auto;
|
padding: auto;
|
||||||
min-width: 0;
|
|
||||||
font-family: $title-font;
|
font-family: $title-font;
|
||||||
|
|
||||||
|
@include truncate($grid_max_width + $grid_max_unit);
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('breadcrumb-background-color');
|
background-color: themed('breadcrumb-background-color');
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,6 @@
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
@include truncate2(150px);
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue