style(dossiers): minimal width for checkbox header cell
This commit is contained in:
parent
741ac527ef
commit
5d34d4f54d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue