add hacky css to improve usage of hidden action dropdown in usager table

This commit is contained in:
Lisa Durand 2023-05-10 17:14:59 +02:00 committed by Colin Darie
parent bc56f14a72
commit d673f7f30a
2 changed files with 6 additions and 1 deletions

View file

@ -74,6 +74,11 @@ fieldset {
box-shadow: 0px 0px 0px 1px $light-red;
}
.fr-table table.hack-to-display-dropdown {
padding-bottom: 300px;
margin-bottom: -300px;
}
// on utilise le dropdown de sélecteur de langue pour un autre usage donc on veut retirer l'icone
.fr-translate .fr-translate__btn.custom-fr-translate-no-icon::before {
display: none;

View file

@ -2,7 +2,7 @@
%span.fr-h6.fr-mr-2w
= page_entries_info dossiers
.fr-table.fr-table--bordered.fr-table--no-caption.fr-mt-2w
%table.table.dossiers-table.hoverable
%table.table.dossiers-table.hoverable.hack-to-display-dropdown
%caption= t('views.users.dossiers.dossiers_list.caption')
%thead
%tr