How can I hide the "New tab" button and its "+" icon at the bottom of the open tabs list? Same question for the "New group" button and its "+". I tried this ``` .workspace-tab-header-new-tab { display: none !important; } ``` but it does not work
How can I hide the "New tab" button and its "+" icon at the bottom of the open tabs list?
Same question for the "New group" button and its "+".
I tried this
but it does not work