Merge pull request #9494 from demarches-simplifiees/fix-with-hacky-css-dropdown-in-table

[fix] Afficher le bouton "personnaliser" en entier dans le tableau des instructeurs
This commit is contained in:
Lisa Durand 2023-09-20 07:52:03 +00:00 committed by GitHub
commit 33476d38ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}

View file

@ -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?