From 510f0245ab558a75f83bf548308460f81f075abe Mon Sep 17 00:00:00 2001 From: dutchcelt Date: Sun, 7 Jan 2024 17:34:06 +0100 Subject: [PATCH] Context width fix for open props --- theme/openprops/system-open-props.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/openprops/system-open-props.css b/theme/openprops/system-open-props.css index 7fa237d..6065e10 100644 --- a/theme/openprops/system-open-props.css +++ b/theme/openprops/system-open-props.css @@ -34,4 +34,6 @@ --system-invalid-color: color-mix(in oklab, var(--system-active-text) 90%, var(--system-canvas-text)); --system-submit-button: var(--system-accent-color); --system-submit-button-text: var(--system-canvas); + + --system-dimension-content-width: 80ch; }