@use '@talend/bootstrap-theme/src/theme/guidelines' as *;

.tc-icon-text {
	display: flex;
	align-items: center;

	.label {
		min-width: 0;
		margin-left: $padding-small;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
