Merge pull request #786 from GriffinHeart/fix-history-combo

Fixed combo boxes display in edit history
This commit is contained in:
Jeff Atwood 2013-04-29 13:09:34 -07:00
commit 3673744e6d
1 changed files with 4 additions and 0 deletions

View File

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