Misalignment of input field in the "Edit Status" modal
Summary
The input field for a user's status in the "Edit Status" modal is slightly smaller than the icon and "clear status" buttons that surround it (the input-group).
Steps to reproduce
- Sign In
- Click user profile image in the far top-right of the navigation bar
- Click "Edit Status"
- Observe the input field
What is the current bug behavior?
What is the expected correct behavior?
The input field's height should match that of the surrounding buttons.
Possible Fixes
Adjusting the height of the input field from 34px to 35px, or decreasing vertical padding on button's within the input group from 6px to 5px


