x
1
2
3
4
5
6
7
8
9
<button type="button" data-controller="polaris-button" class="Polaris-Button Polaris-Button--textAlignLeft Polaris-Button--plain"> <span class="Polaris-Button__Content"> <div class="Polaris-Button__Text"> This is a really long string of text that overflows onto the next line we need to put in a lot of words now you can see the alignment. It is very long but a customer could potentially name something this long. </div> </span></button>
1
2
3
4
5
<%= polaris_button(plain: true, text_align: :left) do %> This is a really long string of text that overflows onto the next line we need to put in a lot of words now you can see the alignment. It is very long but a customer could potentially name something this long.<% end %>
No notes provided.
No params configured.