@octopusdeploy/design-system-components
Version:
The design systems component library.
9 lines (8 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.formFieldMaxWidth = void 0;
/**
* The maximum width shared by design-system form fields (`TextField`, `Textarea`, `Select`, ...).
* Exported so layouts composed from these fields can align to the same width.
*/
exports.formFieldMaxWidth = "600px";