mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: add missing flex-direction
This commit is contained in:
parent
b0df4d8fd7
commit
b2374857db
@ -34,6 +34,7 @@
|
|||||||
&__message-container {
|
&__message-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: globals.$spacing-unit;
|
gap: globals.$spacing-unit;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
|
Loading…
Reference in New Issue
Block a user