@@ -656,7 +656,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
656656 </ label >
657657 </ div >
658658 < div class ="col-md-5 ">
659- < input id ="layoutTimeout " class ="form-control " type ="number " style =" width: 80%;height: 20px; " min ="10 " max ="1000 " step ="1 "
659+ < input id ="layoutTimeout " class ="form-control layout-input-params small-vertical-padding " type ="number " min ="10 " max ="1000 " step ="1 "
660660 [(ngModel)] ="springLength " />
661661 </ div >
662662 < div class ="col-md-1 " style ="padding-left: 2px; ">
@@ -671,7 +671,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
671671 </ label >
672672 </ div >
673673 < div class ="col-md-5 ">
674- < input id ="layoutTimeout " class ="form-control " type ="number " style =" width: 80%;height: 20px; " step ="0.0001 " [(ngModel)] ="springCoeff "
674+ < input id ="layoutTimeout " class ="form-control layout-input-params small-vertical-padding " type ="number " step ="0.0001 " [(ngModel)] ="springCoeff "
675675 />
676676 </ div >
677677 < div class ="col-md-1 " style ="padding-left: 2px; ">
@@ -686,7 +686,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
686686 </ label >
687687 </ div >
688688 < div class ="col-md-5 ">
689- < input id ="layoutTimeout " class ="form-control " type ="number " style =" width: 80%;height: 20px; " step ="0.01 " [(ngModel)] ="dragCoeff "
689+ < input id ="layoutTimeout " class ="form-control layout-input-params small-vertical-padding " type ="number " step ="0.01 " [(ngModel)] ="dragCoeff "
690690 />
691691 </ div >
692692 < div class ="col-md-1 " style ="padding-left: 2px; ">
@@ -701,7 +701,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
701701 </ label >
702702 </ div >
703703 < div class ="col-md-5 ">
704- < input id ="layoutTimeout " class ="form-control " type ="number " style =" width: 80%;height: 20px; " step ="0.1 " [(ngModel)] ="gravity "
704+ < input id ="layoutTimeout " class ="form-control layout-input-params small-vertical-padding " type ="number " step ="0.1 " [(ngModel)] ="gravity "
705705 />
706706 </ div >
707707 < div class ="col-md-1 " style ="padding-left: 2px; ">
@@ -716,7 +716,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
716716 </ label >
717717 </ div >
718718 < div class ="col-md-5 ">
719- < input id ="layoutTimeout " class ="form-control " type ="number " style =" width: 80%;height: 20px; " min ="1 " max ="20 " step ="1 " [(ngModel)] ="theta "
719+ < input id ="layoutTimeout " class ="form-control layout-input-params small-vertical-padding " type ="number " min ="1 " max ="20 " step ="1 " [(ngModel)] ="theta "
720720 />
721721 </ div >
722722 < div class ="col-md-1 " style ="padding-left: 2px; ">
@@ -763,7 +763,7 @@ <h4 class="modal-title" jhiTranslate="graphwidget.queryModal.title">Query</h4>
763763 </ label >
764764 </ div >
765765 < div class ="col-md-3 ">
766- < input id ="layoutTimeout " class ="form-control " type ="number " style ="width: 45px;height: 20px; " min ="1 " max ="60 " step ="1 "
766+ < input id ="layoutTimeout " class ="form-control small-vertical-padding " type ="number " style ="width: 45px;height: 20px; " min ="1 " max ="60 " step ="1 "
767767 [(ngModel)] ="runningLayoutTimeThreshold " />
768768 </ div >
769769 < div class ="col-md-3 " style ="padding-left: 0px; ">
0 commit comments