knownasilya/ember-toggle

Styling: inline switch

koemeet opened this issue · 3 comments

By default the whole switch is filling my whole table cell and its centered. How would I make it inline and align to the left? The default styling seems kind of strange to me.

s

Try styling it like so

.x-toggle-component {
  justify-content: flex-start !important;
}

Open to suggestions for better defaults.

I think this is a non-issue with the latest 5.0 alpha releases.