fossasia / accounts.susi.ai

Accounts Service for SUSI.AI http://accounts.susi.ai
GNU Lesser General Public License v2.1
1.51k stars 94 forks source link

Extra padding-right in the 3 password fields #725

Open ArexJambusarwala opened 5 years ago

ArexJambusarwala commented 5 years ago

Actual Behaviour

An additional padding in the 3 password fields cause the placeholder text to be partially displayed. Also the error message of verify password goes to a new line because of this padding. For larger inputs it only fills a certain amount of input area instead of filling it completely.

Expected Behaviour

  1. Placeholder text should be displayed completely.
  2. The error message should fit in one line.
  3. Input should fill the complete box.

Steps to reproduce it

  1. Go to Password tab. The placeholder issue is visible directly.
  2. Provide some input in verify password field.
  3. Provide larger input in any of the three fields.

Screenshots of the issue

issue11 issue12

Would you like to work on the issue?

Yes