Make mail settings form width equal

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-03-29 17:21:27 +02:00
parent 82ff26f4ec
commit d30109c316
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 2 additions and 1 deletions

View File

@ -1168,7 +1168,8 @@ table.grid td.date {
width: 300px;
text-align: right;
}
select:nth-child(2) {
select:nth-child(2),
input {
width: 143px;
}
}