Sha256: 0165844cdb82c61562680fff0314a4ce962332ccff683e80891bf0d29078ffae
Contents?: true
Size: 590 Bytes
Versions: 16
Compression:
Stored size: 590 Bytes
Contents
// bootstrap does flex-grow: 1 by default which makes the // text input roughly the same size as the select in many cases .input-group>.search-q { flex-grow: 4; } .input-group > .search-autocomplete-wrapper { @extend .form-control; display: inline-block; flex-grow: 4; padding: 0; position: relative; .search-q { border: 0; height: 100%; width: 100%; } ul { @extend .dropdown-menu; display: block; li { @extend .dropdown-item; } } } .search-btn { border-top-left-radius: 0; border-bottom-left-radius: 0; display: flex; }
Version data entries
16 entries across 16 versions & 2 rubygems