knownasilya / ember-toggle

Checkbox based Toggle Switches for Ember
http://knownasilya.github.io/ember-toggle/
MIT License
112 stars 52 forks source link

Styling: inline switch #56

Closed koemeet closed 7 years ago

koemeet commented 8 years ago

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

knownasilya commented 8 years ago

Try styling it like so

.x-toggle-component {
  justify-content: flex-start !important;
}
knownasilya commented 8 years ago

Open to suggestions for better defaults.

knownasilya commented 7 years ago

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