Adjust height of ::before pseudo-element in vertical-tabs.css

This commit is contained in:
mauro-balades
2024-09-09 19:55:51 +02:00
parent 24a1c3e1c2
commit 76fa8435cf

View File

@@ -36,7 +36,7 @@
&::before {
width: 70%;
height: 1.2px;
height: 1px;
background: var(--zen-colors-border);
content: '';
position: absolute;