Skip to content
Snippets Groups Projects
Commit 5724e43b authored by juanf's avatar juanf
Browse files

SSDM-976 : Free Form Table Esthetical Bug

SVN: 34112
parent 60d71cf3
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) {
this._getTableWithContainer = function(tableData) {
var _this = this;
var $tableContainer = $("<div>", {"style" : "margin:5px; border-radius:4px 4px 4px 4px;" });
var $tableContainer = $("<div>", {"style" : "margin:5px; border-radius:4px 4px 4px 4px; overflow:auto;" });
$tableContainer.css({
'background-color' : '#EEEEEE',
'padding' : '10px'
......@@ -379,7 +379,7 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) {
}
$container.append($("<legend>").text("Free Form Table ").append($addTableWhenEmptyBtn));
$container.append($("<legend>").text("Free Form Tables ").append($addTableWhenEmptyBtn));
var tables = this._freeFormTableModel.tables;
var lastTable = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment