Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. You can fix width problem by using below code.
  2.  
  3. .input-group .bootstrap-select {
  4. display: table;
  5. table-layout: fixed;
  6. }
Add Comment
Please, Sign In to add comment