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

View File

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