feat(projects): allow sorting project table

This commit is contained in:
Carlos Valente
2025-11-16 08:33:32 +01:00
committed by Carlos Valente
parent 9974ce24cd
commit 70ce1d5553
3 changed files with 61 additions and 16 deletions
@@ -23,7 +23,13 @@
}
.containCell {
max-width: 400px;
max-width: 50%;
}
.sortableHeader {
display: inline-flex;
align-items: center;
gap: 0.5em;
}
.fullWidth {