removed comment

This commit is contained in:
Niels Lyngsø
2019-10-21 08:51:08 +02:00
parent f2381daa24
commit c89ea71adf

View File

@@ -256,7 +256,7 @@ input.umb-table__input {
}
.umb-table-cell.--noOverflow > * {
overflow: visible;
white-space: normal; //NOTE Disable/Enable this to keep textstring on one line
white-space: normal;
text-overflow: unset;
}