style(dossiers): minimal width for checkbox header cell

This commit is contained in:
Colin Darie 2024-11-25 12:44:09 +01:00
parent 741ac527ef
commit 5d34d4f54d
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -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
}