Fork me on GitHub
#re-frame
<
2015-11-16
>
sashton00:11:03

using a re-com label component, how do I get the text to be right justified?

sashton01:11:33

should i instead create my own box/span which has an :align :end? since label has a hard-coded :align :start?

richiardiandrea01:11:47

in the label you can add a custom :style

richiardiandrea01:11:23

if it's a matter of aligning within a container you use :align

richiardiandrea01:11:03

in the last open issue there is a way to "override" some hard-coded styles

richiardiandrea01:11:48

I did not say that

richiardiandrea01:11:52

check this issue

sashton01:11:02

i see, thanks