sierra-library / sierra

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

Latest Version, Input has display block not inline-block #67

Closed timpur closed 5 years ago

timpur commented 5 years ago

image

This means there is no difference with or without fullWidth.

This might also be an issue for textarea? Or is this intended ?

JoanClaret commented 5 years ago

The idea is to get all the space the container have, but you're right, then there is no difference with the fullWidth. Maybe we should think about it. We could add a variable ($size-form) to set a default width for non fullWidth items.

Thanks for reporting it!! 🙏

JoanClaret commented 5 years ago

Fixed. thank you!