fix: Task bar flex style
This commit is contained in:
parent
13b1924360
commit
667485fce1
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ $padding_half: calc(#{hippie.$space_half} - 3px) hippie.$space_half;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: stretch;
|
align-items: center;
|
||||||
align-content: center;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: hippie.$space_half hippie.$space_basic;
|
gap: hippie.$space_half hippie.$space_basic;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue