elm-bootstrap
elm-bootstrap copied to clipboard
Support .form-row
The Bootstrap forms documentation says:
You may also swap .row for .form-row, a variation of our standard grid row that overrides the default column gutters for tighter and more compact layouts.
It would be nice if this class existed in this library. (I was able to use the class directly in my application before changing my mind and going with formInline
.)