Explorar el Código

HUE-7 [importer] Improved vertical alignment of some checkboxes

Enrico Berti hace 8 años
padre
commit
bde6bbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -880,7 +880,7 @@ ${ assist.assistPanel() }
 <script type="text/html" id="arg-checkbox">
   <label class="checkbox">
     <input type="checkbox" data-bind="checked: value">
-    <span data-bind="text: description"></span>
+    <span data-bind="text: description" style="vertical-align: middle"></span>
   </label>
 </script>