mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
feat: add missing flex-direction
This commit is contained in:
parent
b0df4d8fd7
commit
b2374857db
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
&__message-container {
|
||||
display: flex;
|
||||
gap: globals.$spacing-unit;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
&__message {
|
||||
|
|
Loading…
Reference in a new issue