Skip to content

Commit

Permalink
fix: Fix overflow of news groups titles on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Nov 13, 2024
1 parent ef66025 commit aadb978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/stylesheets/custom/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@
}

.news__source-title {
overflow: hidden;

margin: 0;
padding: var(--space-small);

font-size: var(--size-normal);
text-overflow: ellipsis;
}

0 comments on commit aadb978

Please sign in to comment.