Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.label-value: Add Hyphens when Available #479

Open
FlorianWendelborn opened this issue Aug 23, 2021 · 0 comments
Open

.label-value: Add Hyphens when Available #479

FlorianWendelborn opened this issue Aug 23, 2021 · 0 comments
Labels
package:kotti-ui @3yourmind/kotti-ui priority:3-normal Should be fixed soon type:enhancement features, etc.

Comments

@FlorianWendelborn
Copy link
Member

This should probably be added to the main kotti class, instead of being overwritten in the usages:

.label-value {
	hyphens: auto;
}

@supports not (hyphens: auto) {
	.label-value {
		word-break: break-all;
	}
}
@FlorianWendelborn FlorianWendelborn added type:enhancement features, etc. priority:3-normal Should be fixed soon package:kotti-ui @3yourmind/kotti-ui labels Aug 23, 2021
@FlorianWendelborn FlorianWendelborn changed the title .value-label: Add Hyphens when Available .label-value: Add Hyphens when Available Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:kotti-ui @3yourmind/kotti-ui priority:3-normal Should be fixed soon type:enhancement features, etc.
Projects
None yet
Development

No branches or pull requests

1 participant