@tarojs/components
Version:
16 lines • 335 B
CSS
taro-rich-text-core {
user-select: none;
}
taro-rich-text-core[selectable=true], taro-rich-text-core[user-select=true] {
display: block;
user-select: text;
}
taro-rich-text-core[space] {
white-space: pre-wrap;
}
taro-rich-text-core[space=ensp] {
word-spacing: 0.5em;
}
taro-rich-text-core[space=nbsp] {
word-spacing: 1em;
}