Width 100% on bootstrap-select

This commit is contained in:
mespeche
2013-09-19 12:47:56 +02:00
parent b1af4debe1
commit 260fc5b51a

View File

@@ -48,12 +48,12 @@
}
.bootstrap-select:not([class*="span"]) {
width: 220px;
width: 100%;
}
.bootstrap-select {
/*width: 220px\9; IE8 and below*/
width: 220px\0; /*IE9 and below*/
width: 100%\0; /*IE9 and below*/
}
.bootstrap-select > .btn {