@crave/farmblocks-input-select
Version:
Select box form component
5 lines • 317 B
JavaScript
import styled from "styled-components";
export default styled.div.withConfig({
displayName: "TagsWrapper",
componentId: "sc-qm2ucr-0"
})(["display:flex;flex-wrap:wrap;flex:1;& > div{margin:8px 0px 8px 8px;}& > div + input{flex:1;min-width:80px !important;}.wrapped{border:none;margin:8px 16px;cursor:pointer;}"]);