Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k committed Jan 26, 2025
1 parent a2e6b40 commit c897489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
display: block;
margin-top: 6px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 80%;
text-align: center;
text-overflow: ellipsis;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Pagination/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

> a,
> span {
display: inline-block;
float: none;
display: inline-block;
padding: 8px 16px;
margin: 0;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubHeader/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
padding-left: 8px;
margin: 0 0 10px;
overflow: hidden;
font-size: 20px;
text-overflow: ellipsis;
font-size: 20px;
white-space: nowrap;
border-left: 1em solid var(--headings-primary);

Expand Down

0 comments on commit c897489

Please sign in to comment.