0
0
Fork 0

refs #6935 perf: improve css class to handle content after

This commit is contained in:
Javier Segarra 2024-03-05 13:09:12 +01:00
parent adc290da6d
commit 8ad2aed994
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ const emit = defineEmits(['onFetch']);
.label {
color: var(--vn-label);
font-size: 12px;
::after {
&:not(:has(a))::after {
content: ':';
}
}