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:
Griffin Smith 2021-12-26 17:36:49 -05:00 committed by grfn
parent d0e9dc8d70
commit 3a21b3c11f

View file

@ -376,7 +376,9 @@
:flex-wrap :wrap
:padding-bottom "0.7rem"
:margin-bottom "1rem"
:border-bottom [["1px" "solid" silver]]}]
:border-bottom [["1px" "solid" silver]]
:align-items :center
:justify-content :space-between}]
[(attr= "role" "button")
{:cursor :pointer}]