Skip to content

Commit

Permalink
adjust filters column width
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Mar 24, 2023
1 parent d587cf2 commit dca53dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions confiture-web-app/src/pages/edit/EditAuditStepThreePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,17 @@ function toggleFilters(value: boolean) {
transition: none !important;
}
/* Override DSFR columns width */
.fr-col-md-1 {
flex: 0 0 2rem !important;
}
.fr-col-md-11 {
flex-grow: 1 !important;
max-width: none !important;
width: auto !important;
}
.filters-wrapper {
position: sticky;
top: 0;
Expand Down

0 comments on commit dca53dd

Please sign in to comment.