fix(grfn/bbbg): Properly align page-header contents
Change-Id: Ic2ddbdfadb9d65d5ab1ca57f4593ac4c6d2754d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4687 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
d0e9dc8d70
commit
3a21b3c11f
1 changed files with 3 additions and 1 deletions
|
@ -376,7 +376,9 @@
|
||||||
:flex-wrap :wrap
|
:flex-wrap :wrap
|
||||||
:padding-bottom "0.7rem"
|
:padding-bottom "0.7rem"
|
||||||
:margin-bottom "1rem"
|
:margin-bottom "1rem"
|
||||||
:border-bottom [["1px" "solid" silver]]}]
|
:border-bottom [["1px" "solid" silver]]
|
||||||
|
:align-items :center
|
||||||
|
:justify-content :space-between}]
|
||||||
|
|
||||||
[(attr= "role" "button")
|
[(attr= "role" "button")
|
||||||
{:cursor :pointer}]
|
{:cursor :pointer}]
|
||||||
|
|
Loading…
Reference in a new issue