Sha256: 84ed48bd74eca43d880aab6ea4d93514b70ac80179cd36878c8160e56b10084d
Contents?: true
Size: 435 Bytes
Versions: 17
Compression:
Stored size: 435 Bytes
Contents
// // choices.scss // .choices::after { display: none; } // Dropdown menu .choices .dropdown-menu { width: 100%; } // Specifying explicitely because Choices.js won't allow you to specify multiple classnames at the same time .choices .form-control-xs ~ .dropdown-menu, .choices .custom-select-xs ~ .dropdown-menu { width: auto; min-width: 100%; padding: $dropdown-padding-y-xs $dropdown-padding-x-xs; }
Version data entries
17 entries across 17 versions & 1 rubygems