tabsy-css icon indicating copy to clipboard operation
tabsy-css copied to clipboard

Float issue when tab content is less that container width

Open adrianbj opened this issue 4 years ago • 1 comments

Or something like that. I haven't dived too deeply yet, but you can see the issue in this screenshot from the demo:

image

PS - thanks for an otherwise really great component :)

adrianbj avatar Feb 17 '21 01:02 adrianbj

I just added the following override in my own CSS and it seems to be working fine.

.tabsy>.tab{
	width: 100%;
}

adrianbj avatar Feb 18 '21 16:02 adrianbj