mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
fix: 🐛 little css warning for flex-start
This commit is contained in:
parent
b1cee4486b
commit
25022778b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue