restore the hidden overflow from DSFR on table
This commit is contained in:
parent
4ed29268bf
commit
e140d1cc7a
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
||||||
.dossiers-table {
|
.dossiers-table {
|
||||||
margin-top: $default-spacer;
|
margin-top: $default-spacer;
|
||||||
margin-bottom: 3 * $default-spacer;
|
margin-bottom: 3 * $default-spacer;
|
||||||
overflow: visible; // remove DSFR hidden overflow because of dropdown
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.procedure-actions {
|
.procedure-actions {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- content_for(:title, "Recherche : #{@search_terms}")
|
- content_for(:title, "Recherche : #{@search_terms}")
|
||||||
|
|
||||||
.container
|
.fr-container
|
||||||
|
|
||||||
- if @dossier_not_in_instructor_group.present?
|
- if @dossier_not_in_instructor_group.present?
|
||||||
.fr-alert.fr-alert--info.fr-alert--sm.fr-mt-3w
|
.fr-alert.fr-alert--info.fr-alert--sm.fr-mt-3w
|
||||||
|
|
Loading…
Add table
Reference in a new issue