UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 336 B
"use strict"; 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";