rcos / observatory-client

Observatory's JavaScript client application
http://rcos.io
0 stars 18 forks source link

RegisterForm - make it a 2-column layout #121

Closed aeksco closed 6 years ago

aeksco commented 6 years ago

Add some bootstrap columns to src/containers/auth_register/components/layout.vue

It should be 4 / 4 / 4 for name, email, github and 6 / 6 for password and confirm password

Use col-sm-12 col-md-4 CSS classes for the first 3

Use col-sm-12 col-md-6 CSS classes for the last 2

Make sure to wrap them in <div class='row'></div> elements!

Also, update the <template> to use 2-space indention instead of 4-space.

aeksco commented 6 years ago

Resolved by #122