Is there an existing issue for this?
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
Is there an existing issue for this?
Describe the bug
On the Podcast page, when a search returns no matching podcasts, two messages are shown:
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:
Suggested Fix:
<div>or<p>).Expected behavior
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record