Make mail settings form width equal
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
82ff26f4ec
commit
d30109c316
|
@ -1168,7 +1168,8 @@ table.grid td.date {
|
|||
width: 300px;
|
||||
text-align: right;
|
||||
}
|
||||
select:nth-child(2) {
|
||||
select:nth-child(2),
|
||||
input {
|
||||
width: 143px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue