fix: 🐛 little css warning for flex-start

This commit is contained in:
Ravinou 2025-04-21 13:53:21 +02:00
commit 25022778b9
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7

View file

@ -172,7 +172,7 @@
.selectAlertWrapper {
display: flex;
flex-direction: row;
justify-content: start;
justify-content: flex-start;
align-items: center;
margin-top: 1.5rem;
gap: 0.5rem;