themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

Wrap text inside .sidebar-text #86

Open nd3w opened 1 year ago

nd3w commented 1 year ago

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.