css: fix sizing of password & email input fields in grids (#18914)

This commit is contained in:
Frédéric Péters 2017-09-23 22:39:34 +02:00
parent 5e06b6cb90
commit b1d29dcec1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ div.grid {
& + h3, & + h4, & + p, & + div {
clear: both;
}
textarea, select, input[type=text] {
textarea, select, input[type=text], input[type=password], input[type=email] {
width: 100%;
}
}