elementary / elementary/stylesheet
Gtk.Scale value wraps into two lines
- Dominant language
- SCSS
- Stars
- 315
- Forks
- 67
- Avg merge
- 44m
- Merged PRs (30d)
- 1
Description
## What Happened
If the current value text of a GTK Scale exceeds a certain width, then the text wraps into two lines. Observe the value for Fingers:

For narrower text values like “31 min,” this does not occur.
I can work around this by doing this:
```css
scale value {
min-width: 40px;
}
```
But that’s a hack and probably a bad idea for internationalization.
## Expected Behavior
Text should not wrap.
## Steps to Reproduce
1. `git clone git@github.com:elfenware/badger.git`
2. Build it with meson using the instructions in the [readme](https://github.com/elfenware/badger#readme).
### Logs
Visual bug.
## Platform Information
Odin beta, with Badger compiled from the main branch. Display is 1366×768.
Contributor guide
Assessment
This issue has not been assessed yet.