fix(common): force titles in lists to be a single line

This commit is contained in:
Harsh Shandilya 2024-04-24 23:55:09 +05:30
parent 687cb32f7c
commit ca03561df0
3 changed files with 24 additions and 5 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Remove dividers between posts
- Post titles in lists are now truncated to be a single line
### Fixed