Fixed combo boxes display in edit history

This commit is contained in:
Hugo Almeida 2013-04-29 04:02:11 +01:00
parent b5e01e5a87
commit 4f77c61654
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@
position: 0 4px;
};
}
select {
height: auto;
width: auto;
}
}