diff --git a/app/assets/stylesheets/table.scss b/app/assets/stylesheets/table.scss index 37d146b2e..c265035a7 100644 --- a/app/assets/stylesheets/table.scss +++ b/app/assets/stylesheets/table.scss @@ -65,3 +65,8 @@ } } } + +// Hacky css to display dropdown "customize table" for table with only 1 or 2 lines +table.min-height-300 { + min-height: 300px; +} diff --git a/app/views/instructeurs/procedures/show.html.haml b/app/views/instructeurs/procedures/show.html.haml index bf73cb667..19228faaa 100644 --- a/app/views/instructeurs/procedures/show.html.haml +++ b/app/views/instructeurs/procedures/show.html.haml @@ -91,7 +91,7 @@ = render batch_operation_component .fr-table.fr-table--bordered - %table.table.dossiers-table.hoverable + %table.table.dossiers-table.hoverable.min-height-300 %thead %tr - if batch_operation_component.render?