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:
commit
33476d38ea
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue