sierra-library / sierra

Sierra SCSS library
https://sierra-library.github.io/
GNU General Public License v2.0
858 stars 73 forks source link

Horizontal radiobuttons and checkboxes #40

Closed aolko closed 7 years ago

aolko commented 7 years ago

Is it possible to display radiobuttons and checkboxes horizontally?

JoanClaret commented 7 years ago

Yes. Just use display: inline-block the items you want to display in the same line.

Cheers