Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gerteck committed Jan 14, 2025
1 parent 2d6e9b3 commit 9f13719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.

This file was deleted.

12 changes: 6 additions & 6 deletions packages/vue-components/src/PagefindSearchbarResultItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ export default {
}

.excerpt-text {
font-size: 0.8rem;
color: #666;
margin-top: 0.3rem;
font-size: 0.8rem;
color: #666;
margin-top: 0.3rem;
}

.wrapped-excerpt {
display: block;
word-wrap: break-word;
white-space: normal;
display: block;
word-wrap: break-word;
white-space: normal;
}

.page-title {
Expand Down

0 comments on commit 9f13719

Please sign in to comment.