-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Copy link
Labels
hacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
On the Podcast page, when a search returns no matching podcasts, two messages are shown:
- "No podcasts found"
- "Try adjusting your search..."
Currently, these messages appear on a single line, making them hard to read. They should be displayed on two separate lines for better clarity and readability.
Steps to Reproduce:
- Navigate to the Podcast page.
- Enter a search term that has no matching results.
- Observe that both messages appear together on a single line.
Suggested Fix:
- Wrap each message in its own block element (e.g.,
<div>or<p>). - Add spacing/margin between the two lines to improve readability.
Expected behavior
- Each message should appear on its own line, stacked vertically.
- Improve spacing and readability between the two messages.
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record
- I have read the Contributing Guidelines
- Are you a GSSOC'25 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
hacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Type
Projects
Status
Done