From 5d34d4f54dee87243dec2c64dc23b3f5bc3e2dd0 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 25 Nov 2024 12:44:09 +0100 Subject: [PATCH] style(dossiers): minimal width for checkbox header cell --- app/assets/stylesheets/dossiers_table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/dossiers_table.scss b/app/assets/stylesheets/dossiers_table.scss index e55695880..dceaaa759 100644 --- a/app/assets/stylesheets/dossiers_table.scss +++ b/app/assets/stylesheets/dossiers_table.scss @@ -2,6 +2,10 @@ @import 'constants'; .dossiers-table { + .fr-cell--fixed { + width: 1%; // never expand this cell when table is too wide + } + a:not(.fr-link) { background-image: none; // remove DSFR underline }