Merge pull request #3080 from vector-im/luke/css-fix-input-field-width

Fix the width of input fields within login/reg box
pull/3105/head
Luke Barnard 2017-01-27 16:15:00 +00:00 committed by GitHub
commit 87f7324065
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ limitations under the License.
}
.mx_Login_field {
width: 100%;
width: 280px;
border-radius: 3px;
border: 1px solid $strong-input-border-color;
font-weight: 300;