| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-19 | _wui: fix editor content grow outside browser width | Shulhan | |
| 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. | |||
