
Any know the CSS to have the labels for tab groups expand to fill the empty space in the sidebar?
You must log in or # to comment.
.tab-group-label { #tabbrowser-tabs[orient="vertical"][expanded] & { width: 100% !important; text-align: start !important; } }Perfect, thank you.
