Closed koemeet closed 7 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.
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.
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.