All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.themes.ListItemAdditionalText.css Maven / Gradle / Ivy

The newest version!
.ui5-li-additional-text {
	margin: 0 0.25rem;
	color: var(--sapNeutralTextColor);
	font-size: var(--sapFontSize);
	min-width: 3.75rem;
	text-align: end;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy