flex wrap on toolbar

This commit is contained in:
Julien Constant 2023-03-08 02:12:16 +01:00
parent 2126b1aef3
commit a9194c4f68
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -11,6 +11,7 @@
.toolbar {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
gap: 5px;
> a,