You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a solution using CSS.
In my case, I just have one tab in one row.
I used createMode that enclose the word including the tab in every row.
I set the enclosing span as display:inline-flex; width:12em; flex-direction: row then problem solved.
The .cm-tab will automatically grow to fill up the remaining space of the enclosing span.
https://codemirror.net/5/demo/theme.html
The text was updated successfully, but these errors were encountered: