aboutsummaryrefslogtreecommitdiff
path: root/_example/long_script.aww
AgeCommit message (Collapse)Author
2023-11-19_wui: fix editor content grow outside browser widthShulhan
When file opened and the content length is greater than browser length, the editor width also growth based on the content. This changes fix this issue by using flex-basis (similar to setting width) and "overflow:auto" on the class awwan-content.