Hi there,
The vertical tabs work perfectly as wanted on the desktop. But when checking today on mobile phone, there aren’t all tabs shown. It has only the 1st tab on. Screenshot here.
Secondly, I keep only left border line on which is fine on the desktop view. Again, the left border line doesn’t cut off at the end of the content. It leaves too much space underneath content.
I tweaked css the below class
.e2-8 .x-tabs-panel {
border-width: 0 0 0 1px;
border-style: solid;
border-color: rgba(0,0,0,0.15);
padding: 1.5rem;
font-family: inherit;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 1.4;
letter-spacing: 1.25px;
background-color: rgba(255,255,255,1);
box-shadow: none;
}