Skip to content

Wrong widh calculating - words cut #1434

@Air-Sidney

Description

@Air-Sidney
$(document).ready(function(){
    $('select').selectpicker({
        width: 'auto'
    });
});
  1. Change caret size
    //** Width of the border for generating carets that indicator dropdowns.
    // $caret-width-base: 4px
    $caret-width-base: 7px;

  2. Changes padding-right for bootstrap-select
    // The selectpicker button
    .bootstrap-select {

.dropdown-toggle {
// padding-right: 25px;
padding-right: 30px;
}
}

Screenshots
http://joxi.ru/VrwqxwWtKE4LQ2
(words cut)
http://joxi.ru/5md79ENTvW87Er

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions