(fix) Removed text overflow.

This commit is contained in:
Gabriel Rodriguez Alsina 2018-08-16 10:52:56 -03:00
parent ae64f7f129
commit e30e52babc
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@
padding-right: $cell-right-padding;
}
&_name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 12%;
}
&_action {