todo display whitespace fix
currently an item data stored with multiple whitespace in-between words is rendered as having only one space. putting css `white-space: pre` fixes this.
Showing
Please register or sign in to comment
currently an item data stored with multiple whitespace in-between words is rendered as having only one space. putting css `white-space: pre` fixes this.