canonical / vanilla-framework

From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
https://vanillaframework.io
GNU Lesser General Public License v3.0
846 stars 167 forks source link

u-no-wrap #5361

Open petesfrench opened 1 month ago

petesfrench commented 1 month ago

Visual

image

Context

When content needs to be together to have sense, but also requires spacing, eg. a phone number "+44 203 656 5291"

I am using it here, but likely should be applied in a lot of places like this.

State

n/a

Progressive enhancement

n/a

Pattern example

.u-no-wrap {
  white-space: nowrap;
}
syncronize-issues-to-jira[bot] commented 1 month ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-15539.

This message was autogenerated

bartaz commented 1 month ago

Triage: this seems low effort and useful enough to be implemented in current architecture.