Around the Angular view class <div class="ng-scope" ui-view=""> there's a <div class="row"> wrap. Using it is unnecessary and causes the content to be wider than supposed. Most views are already using individual <div class="row"> inside the views, but some aren't (Dashboard at least) and needs to be fixed.

Around the Angular view class
<div class="ng-scope" ui-view="">there's a<div class="row">wrap. Using it is unnecessary and causes the content to be wider than supposed. Most views are already using individual<div class="row">inside the views, but some aren't (Dashboard at least) and needs to be fixed.