-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECH] Redimensionner les colonnes du tableau des candidats sur Pix Certif. #10487
[TECH] Redimensionner les colonnes du tableau des candidats sur Pix Certif. #10487
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
|
||
@extend %pix-title-s; | ||
} | ||
.certification-candidates-table { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça donne l'impression que j'ai tout cassé la dedans mais j'ai juste déplacé :
.certification-candidates-table th:last-child, td:last-child
.certification-candidates-table th, td
et supprimé :
- tous les
certification-candidates-table__column-*
pour utiliser destable__column--*
.certification-candidates-notification
=> vieux et ne sers à rien
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
124ead2
to
78622fd
Compare
78622fd
to
1161f3f
Compare
🍂 Problème
Depuis la suppression de 2 colonnes sur le tableau de détails des candidats, les autres colonnes étaient toujours dimensionner à la plus petite largeur possible alors qu'on a désormais de la place.
🌰 Proposition
Redimensionner les colonnes
🪵 Pour tester
Se rendre sur le tableau d'une session, onglet candidat et constater que les colonnes prennent la place disponible :)