Table panel: add option for preserving text formatting (#8708)

* table_panel: add option for preserving text formatting

* table_panel: fix undefined style error

* table_panel: fix class adding (add space before 'class')

* table_panel: aligin Type options labels
This commit is contained in:
Alexander Zobnin
2017-06-27 13:38:49 +03:00
committed by Daniel Lee
parent 10127e8ac9
commit 1deeef9e91
3 changed files with 19 additions and 6 deletions

View File

@@ -72,6 +72,10 @@
&:last-child {
border-right: none;
}
&.table-panel-cell-pre {
white-space: pre;
}
}
}