Page nav component alignment fix (#20108)
This commit is contained in:
parent
dc551031fe
commit
3de86b09bd
|
@ -261,7 +261,10 @@
|
||||||
{:opacity center-opacity}
|
{:opacity center-opacity}
|
||||||
nil)
|
nil)
|
||||||
(style/center-content-container
|
(style/center-content-container
|
||||||
(and (= type :title) (= text-align :center))))
|
(case type
|
||||||
|
:title (= text-align :center)
|
||||||
|
(:dropdown :wallet-networks) true
|
||||||
|
false)))
|
||||||
props-with-style (assoc props
|
props-with-style (assoc props
|
||||||
:center-content-container-style
|
:center-content-container-style
|
||||||
center-content-container-style)]
|
center-content-container-style)]
|
||||||
|
|
Loading…
Reference in New Issue