I set up a vertical tab interface following the instructions here, but I'm having trouble with the content area not extending all the way across the page.
I've been experimenting with adjusting the CSS by adding width='100%'
attributes to different UI CSS tags, but this causes the content to display incorrectly. For instance, removing width: 55em
from .ui-tabs-vertical
extends the white container fully, but the text is then displayed in the wrong place.
Is there a way to modify the CSS so that the content area fills the width of the page while still maintaining a nicely padded left side for the vertical tab list?