Default table row valign to top

This commit is contained in:
Nathan Gray 2012-06-11 15:45:37 +00:00
parent 7517b392f5
commit 2692ded763

View File

@ -112,7 +112,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM], {
return { return {
"height": "auto", "height": "auto",
"class": "", "class": "",
"valign": "", "valign": "top",
"span": "1", "span": "1",
"disabled": false "disabled": false
}; };