Add .flex-1 utility class

This commit is contained in:
Timothée Goguely 2024-09-18 10:41:25 +02:00
parent d95b42fe29
commit 1989b8ca30

View file

@ -32,4 +32,8 @@
}
.order-last {
order: 9999;
}
}
.flex-1 {
flex: 1 1 0%;
}