KYLIN-1767 td witdh update
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/7dae9778 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/7dae9778 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/7dae9778 Branch: refs/heads/1.5.x-CDH5.7 Commit: 7dae9778c1f360261b465e38db47e954cf226590 Parents: 9e2970b Author: Jason <jiat...@163.com> Authored: Fri Sep 2 19:56:47 2016 +0800 Committer: Jason <jiat...@163.com> Committed: Fri Sep 2 19:57:40 2016 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/measures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/7dae9778/webapp/app/partials/cubeDesigner/measures.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/measures.html b/webapp/app/partials/cubeDesigner/measures.html index 065b735..56c86be 100755 --- a/webapp/app/partials/cubeDesigner/measures.html +++ b/webapp/app/partials/cubeDesigner/measures.html @@ -251,7 +251,7 @@ <td> <select class="form-control" chosen ng-if="nextPara.type !== 'constant'" required ng-model="groupby_column.name" - ng-options="column as column for column in getGroupBYColumns()" style="width:323px;"> + ng-options="column as column for column in getGroupBYColumns()" style="width:200px;"> <option value="">--Select A Column--</option> </select> </td>