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

@ -33,3 +33,7 @@
.order-last { .order-last {
order: 9999; order: 9999;
} }
.flex-1 {
flex: 1 1 0%;
}