connors / photon

The fastest way to build beautiful Electron apps using simple HTML and CSS
photonkit.com
MIT License
10.01k stars 580 forks source link

Fix form-group padding #21

Closed iiegor closed 9 years ago

iiegor commented 9 years ago

Actual: img Result: img

c0b41 commented 9 years ago

:+1:

BafS commented 9 years ago

The borders are correct. The problem is the padding.

With a padding: 5px I have:

screen shot 2015-10-15 at 14 03 07

So the design is like OSX.

Btw: Don't edit the dist folder but the sass files.

iiegor commented 9 years ago

@BafS Ohh, you're right, thanks! I updated my PR with your image.