Width 100% on bootstrap-select
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user