- Notifications
You must be signed in to change notification settings - Fork27.2k
Description
Theme version and system environment
- Minimal Mistakes version: 4.26.2
- Ruby gem or remote theme version:
- Jekyll version: 4.4.1
- Git repository URL: Local setup for now.
- URL to the page with the problem: Not live.
- Operating system: Win 10
- Browser version: Firefox 141.0
What happened?
I have an issue where my excerpt is of such a length that only the last word wraps onto the second line on wide screens. It looks like this, even though in this case it would make more sense and look nicer if it was all on one line:
When reducing the browser width slightly then it all fits on one line as expected, like this:
Is there a simple way to tweak this behaviour, and get the result I am looking for?
Thank you for this amazing theme!
Expected behavior
I would expect the excerpt to all fit on one line if there is a sensible amount of space to do so.
Steps to reproduce the behavior
Create a simple page with this front matter:
`---
layout: single
author_profile: true
excerpt: How to change when this excerpt text wraps onto the next line?
header:
overlay_image: /assets/images/banner.jpg
classes: wide
---`
Other
No response

