Refactor vertical-tabs.css to adjust the position of ::before pseudo-element

This commit is contained in:
mauro-balades
2024-09-09 19:53:22 +02:00
parent 0e63b1705e
commit 24a1c3e1c2

View File

@@ -338,7 +338,7 @@
&::before {
width: 100%;
top: calc(100% + var(--space-small));
top: calc(100% + var(--space-small) / 2);
display: block;
}
}