소스 검색

Merge branch 'master' of https://bitbucket.org/ikflowdat/workflowbundle

Maximiliano Schvindt 6 년 전
부모
커밋
a34cd41af8
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>