0a6f552d5b
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 lines
136 B
CSS
6 lines
136 B
CSS
.description {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
overflow-wrap: break-word;
|
|
}
|