twitter bootstrap 3 - How can one enlarge the search control in a FuelUX 3.x repeater? -


this simple customization issue not covered tutorial: search control small—any reasonable query not fit. how can 1 make longer (possibly occupying remaining free space)?

add css rule overrides: .fuelux .repeater-search { float: left; width: 200px }; such .myapp .fuelux .repeater-search { float: none; width: auto; };

then this

enter image description here

as long using .repeater-search class should able edit markup bootstrap columns, etc.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -