Sha256: 05229ec669b2377109f99b9c91dc3431ea39485432bd1713bfea718df92ac988
Contents?: true
Size: 514 Bytes
Versions: 7
Compression:
Stored size: 514 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 { display: block; } } .search-btn { border-top-left-radius: 0; border-bottom-left-radius: 0; display: flex; }
Version data entries
7 entries across 7 versions & 1 rubygems