Merge "Force line break for detail table cells"

This commit is contained in:
Jenkins 2016-03-14 18:32:55 +00:00 committed by Gerrit Code Review
commit af1f2676b9
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ $em-per-priority: floor($table-col-avg-width / $font-size-base) * 3;
border-top: none;
padding: $detail-row-padding $table-padding;
white-space: normal;
word-wrap: break-word;
}
}