Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
merwhite11 committed Aug 12, 2024
1 parent ec009e2 commit d952364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/css/components/fulltext-search-suggestion-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
overflow: hidden;
text-overflow: ellipsis;
font-family: @lucida_sans_serif-6;
}
}

&__book-title {
&__book-title {
font-size: large;
margin: 0 !important;
display: block;
Expand Down
1 change: 0 additions & 1 deletion static/css/components/fulltext-suggestion-snippet.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@
font-family: @lucida_sans_serif-1 !important;
}
}

0 comments on commit d952364

Please sign in to comment.