monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
3 lines (2 loc) • 971 B
JavaScript
var e={editableInputWrapper:"editableInputWrapper",noResize:"noResize"};!function(e){const n="s_id-b2a485ca8aef_2_149_4";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,r.firstChild?r.insertBefore(t,r.firstChild):r.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".editableInputWrapper {\n background-color: var(--primary-background-color);\n display: inline-block;\n width: 100%;\n min-width: 0;\n max-height: 100%;\n margin: auto 0;\n padding: 0 4px;\n outline: none;\n border: 1px solid;\n border-radius: var(--border-radius-small);\n border-color: var(--primary-color);\n vertical-align: top;\n text-align: left;\n}\n\n.editableInputWrapper.noResize {\n resize: none;\n}");export{e as default};
//# sourceMappingURL=EditableInput.module.scss.js.map