# General bugfixes

## Bugfixes

* Fixed the l-root component where the interface would be partially cut off on
mobile devices. This is done with JavaScript to support every type of device.
* Fixed the notifications aligned to the right in the table.
* Fixed Word-break issue by providing an extra utility class: u-word-break.

## Commit details (retroactive)

* Added `u-word-break` in SCSS files `src/scss/general.scss`, `src/scss/general/utils/_word-break.scss`.
* Added `js-root` in template files `src/templates/styleguides/general/layouts/root/_root-default.njk`, `src/templates/styleguides/general/pages/_base/default.njk`, `src/templates/styleguides/general/pages/_base/slds.njk` on pages `_base/default`, `_base/slds`.
