Skip to content

Instantly share code, notes, and snippets.

@mianzaid
Last active July 23, 2018 01:45
Show Gist options
  • Save mianzaid/bf8a75cba7a2e7c57777c902a39cbc39 to your computer and use it in GitHub Desktop.
Save mianzaid/bf8a75cba7a2e7c57777c902a39cbc39 to your computer and use it in GitHub Desktop.
**Bootstrap Selectpicker** Width problem with input-group!
You can fix width problem by using below code.
.input-group .bootstrap-select {
display: table;
table-layout: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment