@use '@talend/design-tokens/lib/tokens' as tokens;

.tf-array-text-mode {
	ol {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: tokens.$coral-spacing-xxs;
	}
}
