소스 검색

fix: fixed message not centered when operation goes to next line

Marcelo Vilas Boas Correa Filho 3 년 전
부모
커밋
ba9c163a40
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      js/accessibleUI/modules/operations/operations-schemes.js

+ 2 - 2
js/accessibleUI/modules/operations/operations-schemes.js

@@ -155,8 +155,8 @@ export function htmlAssignVariableScheme () {
                                 ${variablesSelect}
                             </select>
                         </div> 
-                        <div class="col-1 my-auto" style="margin-bottom: 0px !important">
-                            <label id="recebe">recebe</label>
+                        <div class="col-1 my-auto">
+                            <label id="recebe" style="margin-bottom: 0px !important">recebe</label>
                         </div>
                         <div class="col">
                             <div class="row" id="operation<operationId>OperatorsDiv"></div>