Tab Close "X" move to left of tab

Here’s a CSS snippet you can add and enable:

/* Move close button to the left of tab */

.workspace-tab-header-inner-close-button {
  order: -1;
}
2 Likes