File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
zeppelin-web/src/app/notebook Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2222 min-height : 32px ;
2323}
2424
25+ .paragraphForm .form-horizontal .form-group {
26+ margin-right : 0px ;
27+ margin-left : 0px ;
28+ }
29+
2530.paragraph .tableDisplay .hljs {
2631 background : none;
2732}
Original file line number Diff line number Diff line change 6464
6565 < form id ="{{paragraph.id}}_form " role ="form "
6666 ng-show ="!paragraph.config.tableHide && !asIframe "
67- class ="form-horizontal ">
68- < div class ="form-group "
67+ class =" paragraphForm form-horizontal row ">
68+ < div class ="form-group col-sm-6 col-md-6 col-lg-4 "
6969 ng-repeat ="formulaire in paragraph.settings.forms "
7070 ng-Init ="loadForm(formulaire, paragraph.settings.params) ">
71- < label class ="col-sm-1 control-label input-sm " ng-class ="{'disable': paragraph.status == 'RUNNING' || paragraph.status == 'PENDING' } "> {{formulaire.name}}</ label >
72- < div class ="col-sm-3 ">
71+ < label class ="control-label input-sm " ng-class ="{'disable': paragraph.status == 'RUNNING' || paragraph.status == 'PENDING' } "> {{formulaire.name}}</ label >
72+ < div class ="">
7373 < input class ="form-control input-sm "
7474 ng-if ="!paragraph.settings.forms[formulaire.name].options "
7575 ng-enter ="runParagraph(getEditorValue()) "
You can’t perform that action at this time.
0 commit comments