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
If items are longer than the window width, the app should support horizontal scrolling. The windows should scroll as far as the widest item or the widest visible item.
Currently the only way to view the item in the app is to edit it or to extend the window width.
The text was updated successfully, but these errors were encountered:
I worked on this a little. It was surprisingly difficult to implement without breaking something else. I think the ultimate solution isn't a scroll bar so much as a word wrap plus a dynamic row height. That, too, is more difficult than I thought it would be to implement, but we will get there someday.
If items are longer than the window width, the app should support horizontal scrolling. The windows should scroll as far as the widest item or the widest visible item.
Currently the only way to view the item in the app is to edit it or to extend the window width.
The text was updated successfully, but these errors were encountered: