nostalgic-css / NES.css

NES-style CSS Framework | γƒ•γ‚‘γƒŸγ‚³γƒ³ι’¨CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.56k stars 1.64k forks source link

[Issue] nes-input #327

Closed runyasak closed 4 years ago

runyasak commented 5 years ago

resolves #322

Description

The input, nes-input is overlap the parent tag because the width is over by margin and border width. Then, I've remove the width of input and let it stretches to parent. So, the input is fill to parent and not bleed to outside.

If you have any feedback or suggestion, please comment on this PR.

Thank you 😎

PS: Sorry, for my branch's name, it have to be issue/nes-input. πŸ˜…

runyasak commented 5 years ago

@BcRikko I should thanks to you πŸ˜„.

However, this problem affected to nes-select, nes-textarea, and nes-progress also. In my opinion, I think these cause of width.

BcRikko commented 4 years ago

ref #364