First, thanks for this wonderful theme. I need to wrap text in .sidebar-text. I tried this using property like: ``` .sidebar .sidebar-text { inline-size: 150px; overflow-wrap: break-word; } ``` but it didn't work.