1
0
Fork 0
mirror of synced 2025-04-12 21:40:55 +00:00

add margin:0 to select2-cotnainer. fixes #1254

This commit is contained in:
Igor Vaynberg 2013-05-06 09:58:49 -07:00
parent 62e0ae6004
commit c02ea3a030

View file

@ -2,6 +2,7 @@
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */