This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add min-height to
.search-result-item__title
To prevent letters like 'g' from being cut off due to `text-overflow: ellipsis;` and `overflow: hidden;`, I have included `min-height: 30px;` for correct display.
- Loading branch information