fixed word wrapping

This commit is contained in:
John Mitchell 2016-07-22 16:32:11 -04:00
parent 22a96240a3
commit abd606e2c8
2 changed files with 2 additions and 3 deletions

View File

@ -78,6 +78,7 @@ table, tbody {
padding-left: 15px;
padding-right: 15px;
border-top:0px!important;
word-wrap: break-word;
}
.List-tableCell.description-column {

View File

@ -101,10 +101,8 @@
.DashboardList-nameCell {
padding-left: 15px;
text-overflow: ellipsis;
overflow:hidden;
white-space: nowrap;
width: 100%;
word-wrap: break-word;
}
.DashboardList-nameContainer {