瀏覽代碼

Fix css dropdown acciones de workflow en listado

Espinoza Guillermo 6 年之前
父節點
當前提交
345d371349
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Resources/views/Workflow/show_transitions.html.twig

+ 9 - 0
Resources/views/Workflow/show_transitions.html.twig

@@ -25,3 +25,12 @@
     {% endif %}
 {% endif %}
 {% endif %}
+
+<style type="text/css">
+td.sonata-ba-list-field.sonata-ba-list-field-with-workflow-action {
+    overflow: inherit !important;
+}
+.box-body.table-responsive.no-padding {
+    overflow: unset !important;
+}
+</style>